Skip to content

Commit 84ca06a

Browse files
committed
Add model version 129 for the new attendanceStatusKey in Booking
1 parent f293a37 commit 84ca06a

File tree

3 files changed

+1178
-1
lines changed

3 files changed

+1178
-1
lines changed

Modules/Sources/Networking/Model/Bookings/Booking.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public struct Booking: Codable, GeneratedCopiable, Hashable, GeneratedFakeable {
127127
resourceID: resourceID,
128128
startDate: startDate,
129129
statusKey: statusKey,
130+
attendanceStatusKey: attendanceStatusKey,
130131
localTimezone: localTimezone,
131132
currency: currency,
132133
orderInfo: orderInfo)

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

0 commit comments

Comments
 (0)