Skip to content

Commit 159b28d

Browse files
committed
Add customer note to BookingCustomerInfo Core Data model
1 parent 79b5e59 commit 159b28d

File tree

3 files changed

+1180
-1
lines changed

3 files changed

+1180
-1
lines changed

Modules/Sources/Storage/Model/Booking/BookingCustomerInfo+CoreDataProperties.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ extension BookingCustomerInfo {
1313
@NSManaged public var billingPhone: String?
1414
@NSManaged public var billingPostcode: String?
1515
@NSManaged public var billingState: String?
16+
@NSManaged public var note: String?
1617
@NSManaged public var orderInfo: BookingOrderInfo?
1718

1819
}

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 130.xcdatamodel</string>
6+
<string>Model 131.xcdatamodel</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)