File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
WooCommerce.xcdatamodeld/Model 6.xcdatamodel Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33This file documents changes in the WCiOS Storage data model. Please explain any changes to the data model as well as any custom migrations.
44
55## Model 6
6+ - @jleandroperez 2018-11-15
7+ - New ` Note.siteID ` property
8+
69- @jleandroperez 2018-11-12
710 - New ` Note.subtype ` property (optional type)
811
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ extension Note {
1010
1111 @NSManaged public var noteID : Int64
1212 @NSManaged public var noteHash : Int64
13+ @NSManaged public var siteID : Int64
1314 @NSManaged public var read : Bool
1415 @NSManaged public var icon : String ?
1516 @NSManaged public var noticon : String ?
Original file line number Diff line number Diff line change 1616 <attribute name =" noteID" attributeType =" Integer 64" defaultValueString =" 0" usesScalarValueType =" YES" syncable =" YES" />
1717 <attribute name =" noticon" optional =" YES" attributeType =" String" syncable =" YES" />
1818 <attribute name =" read" attributeType =" Boolean" usesScalarValueType =" YES" syncable =" YES" />
19+ <attribute name =" siteID" optional =" YES" attributeType =" Integer 64" defaultValueString =" 0" usesScalarValueType =" YES" syncable =" YES" />
1920 <attribute name =" subject" optional =" YES" attributeType =" Binary" syncable =" YES" />
2021 <attribute name =" subtype" optional =" YES" attributeType =" String" syncable =" YES" />
2122 <attribute name =" timestamp" attributeType =" String" syncable =" YES" />
176177 </entity >
177178 <elements >
178179 <element name =" Account" positionX =" -200.9765625" positionY =" 63.5625" width =" 128" height =" 120" />
179- <element name =" Note" positionX =" -162" positionY =" 180" width =" 128" height =" 255 " />
180+ <element name =" Note" positionX =" -162" positionY =" 180" width =" 128" height =" 270 " />
180181 <element name =" Order" positionX =" -20" positionY =" 27" width =" 128" height =" 690" />
181182 <element name =" OrderCoupon" positionX =" -206.01953125" positionY =" 379.74609375" width =" 128" height =" 120" />
182183 <element name =" OrderItem" positionX =" -364.890625" positionY =" 379.453125" width =" 128" height =" 225" />
You can’t perform that action at this time.
0 commit comments