|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2 |
| -<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23605" systemVersion="24A348" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> |
| 2 | +<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="24B83" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier=""> |
3 | 3 | <entity name="AttachmentDTO" representedClassName="AttachmentDTO" syncable="YES">
|
4 | 4 | <attribute name="data" attributeType="Binary"/>
|
5 | 5 | <attribute name="id" attributeType="String"/>
|
|
44 | 44 | <attribute name="defaultSortingAt" attributeType="Date" usesScalarValueType="NO" spotlightIndexingEnabled="YES"/>
|
45 | 45 | <attribute name="deletedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
46 | 46 | <attribute name="extraData" attributeType="Binary"/>
|
| 47 | + <attribute name="hasUnreadSorting" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> |
| 48 | + <attribute name="id" optional="YES" attributeType="String"/> |
47 | 49 | <attribute name="imageURL" optional="YES" attributeType="URI"/>
|
48 | 50 | <attribute name="isBlocked" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
|
49 | 51 | <attribute name="isDisabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
|
|
469 | 471 | <attribute name="lastActivityAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
470 | 472 | <attribute name="name" optional="YES" attributeType="String"/>
|
471 | 473 | <attribute name="teams" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromDataTransformer"/>
|
| 474 | + <attribute name="teamsRole" optional="YES" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromDataTransformer"/> |
472 | 475 | <attribute name="userCreatedAt" attributeType="Date" usesScalarValueType="NO"/>
|
473 | 476 | <attribute name="userDeactivatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
474 | 477 | <attribute name="userRoleRaw" attributeType="String"/>
|
|
0 commit comments