Skip to content

Commit 98aafbd

Browse files
committed
add createdVia attribute to CD. New CD model 123
1 parent aa345ab commit 98aafbd

File tree

5 files changed

+1111
-1
lines changed

5 files changed

+1111
-1
lines changed

Modules/Sources/Storage/Model/MIGRATIONS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file documents changes in the WCiOS Storage data model. Please explain any changes to the data model as well as any custom migrations.
44

5+
## Model 123 (Release 22.8.0.0)
6+
- @iamgabrielma 2025-06-30
7+
- Added `createdVia` attribute to `Order` entity.
8+
59
## Model 122 (Release 22.7.0.0)
610
- @itsmeichigo 2025-06-20
711
- Added `shipmentID` attribute to `ShippingLabel` entity.

Modules/Sources/Storage/Model/Order+CoreDataProperties.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extension Order {
2020
@NSManaged public var billingPostcode: String?
2121
@NSManaged public var billingState: String?
2222
@NSManaged public var chargeID: String?
23+
@NSManaged public var createdVia: String?
2324
@NSManaged public var currency: String?
2425
@NSManaged public var customerID: Int64
2526
@NSManaged public var customerNote: String?

Modules/Sources/Storage/Resources/WooCommerce.xcdatamodeld/.xccurrentversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>_XCCurrentVersionName</key>
6-
<string>Model 122.xcdatamodel</string>
6+
<string>Model 123.xcdatamodel</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)