Skip to content

Commit 99925e6

Browse files
committed
update migrations.md
1 parent 79140d5 commit 99925e6

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Modules/Sources/Storage/Model/MIGRATIONS.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -238,96 +238,96 @@ This file documents changes in the WCiOS Storage data model. Please explain any
238238
- @rachelmcr 2022-12-15
239239
- Added `SiteSummaryStats` entity.
240240

241-
## Model 79 (Release 11.7.0.0)
241+
## Model 79 (Release 11.7.0.0) - Deleted
242242
- @rachelmcr 2022-12-12
243243
- Added `views` attribute to `SiteVisitStatsItem` entity.
244244

245-
## Model 78 (Release 11.4.0.0)
245+
## Model 78 (Release 11.4.0.0) - Deleted
246246
- @rachelmcr 2022-11-18
247247
- Added `averageOrderValue` attribute to `OrderStatsV4Totals` entity.
248248

249-
## Model 77 (Release 11.2.0.0)
249+
## Model 77 (Release 11.2.0.0) - Deleted
250250
- @ealeksandrov 2022-11-07
251251
- Added `frameNonce` attribute to `Site` entity.
252252

253-
## Model 76 (Release 11.0.0.0)
253+
## Model 76 (Release 11.0.0.0) - Deleted
254254
- @ealeksandrov 2022-10-26
255255
- Added `loginURL` attribute to `Site` entity.
256256

257-
## Model 75 (Release 10.9.0.0)
257+
## Model 75 (Release 10.9.0.0) - Deleted
258258
- @iamgabrielma 2022-10-17
259259
- Added `siteID` attribute to `Customer` entity.
260260
- Added `siteID` attribute to `CustomerSearchResult` entity.
261261
- Added `keyword` attribute to `CustomerSearchResult` entity.
262262
- Removed `customerID` attribute from `CustomerSearchResult` entity.
263263
- Added `WooCommerceModelV74toV75` mapping model.
264264

265-
## Model 74 (Release 10.8.0.0)
265+
## Model 74 (Release 10.8.0.0) - Deleted
266266
- @iamgabrielma 2022-10-12
267267
- Added `Customer` entity.
268268
- Added `CustomerSearchResult` entity.
269269

270-
## Model 73 (Release 10.6.0.0)
270+
## Model 73 (Release 10.6.0.0) - Deleted
271271
- @jaclync 2022-09-14
272272
- Added `filterKey` attribute to `ProductSearchResults` entity.
273273

274-
## Model 72 (Release 9.6.0.0)
274+
## Model 72 (Release 9.6.0.0) - Deleted
275275
- @joshheald 2022-08-19
276276
- Added `instructions` attribute to `PaymentGateway` entity.
277277

278-
## Model 71 (Release 9.6.0.0)
278+
## Model 71 (Release 9.6.0.0) - Deleted
279279
- @rachelmcr 2022-07-07
280280
- Added `OrderMetaData` entity.
281281
- Added `customFields` to-many relationship from `Order` to `OrderMetaData`.
282282

283-
## Model 70 (Release 9.5.0.0)
283+
## Model 70 (Release 9.5.0.0) - Deleted
284284
- @toupper 2022-06-22
285285
- Update `OrderItemRefund` entity to include the `refundedItemID` property.
286286

287-
## Model 69 (Release 9.4.0.0)
287+
## Model 69 (Release 9.4.0.0) - Deleted
288288
- @ecarrion 2022-06-08
289289
- Update `Order` entity to include the `needsProcessing`, `needsPayment`, and `isEditable` properties.
290290

291-
## Model 68 (Release 9.2.0.0)
291+
## Model 68 (Release 9.2.0.0) - Deleted
292292
- @pmusolino 2022-05-05
293293
- Update `Coupon` entity and make `usageLimit`, `usageLimitPerUser` and `limitUsageToXItems` properties as optional with default value equal to `null`.
294294

295-
## Model 67 (Release 8.9.0.0)
295+
## Model 67 (Release 8.9.0.0) - Deleted
296296
- @ecarrion 2022-04-06
297297
- Update `Order` entity to include the `paymentURL` property.
298298

299-
## Model 66 (Release 8.8.0.0)
299+
## Model 66 (Release 8.8.0.0) - Deleted
300300
- @pmusolino 2022-03-09
301301
- Update `Order`'s `items` relationship to be ordered.
302302

303-
## Model 65 (Release 8.6.0.0)
303+
## Model 65 (Release 8.6.0.0) - Deleted
304304
- @joshheald 2022-02-14
305305
- Added `WCPayCharge` entity.
306306
- Added `WCPayCardPresentPaymentDetails` entity.
307307
- Added `WCPayCardPaymentDetails` entity.
308308
- Added `WCPayCardPresentReceiptDetails` entity.
309309

310-
## Model 64 (Release 8.6.0.0)
310+
## Model 64 (Release 8.6.0.0) - Deleted
311311
- @pmusolino 2022-02-09
312312
- Added `InboxNote` entity.
313313
- Added `InboxAction` entity.
314314
- Added `actions` relationship from `InboxNote` to `[InboxAction]`.
315315

316-
## Model 63 (Release 8.5.0.0)
316+
## Model 63 (Release 8.5.0.0) - Deleted
317317
- @joshheald 2022-01-31
318318
- Added `chargeID` attribute to `Order` entity.
319319

320-
## Model 62 (Release 8.5.0.0)
320+
## Model 62 (Release 8.5.0.0) - Deleted
321321
- @itsmeichigo 2022-01-25
322322
- Added `CouponSearchResult` entity.
323323
- Added `searchResults` relationship from `Coupon` to `CouponSearchResult`.
324324

325-
## Model 61 (Release 8.4.0.0)
325+
## Model 61 (Release 8.4.0.0) - Deleted
326326
- @selanthiraiyan 2022-01-13
327327
- Added `OrderTaxLine` entity.
328328
- Added `taxes` relationship from `Order` to `OrderTaxLine`.
329329

330-
## Model 60 (Release 8.3.0.0)
330+
## Model 60 (Release 8.3.0.0) - Deleted
331331
- @ecarrion 2021-12-22
332332
- Added `OrderKey` attribute to `Order` entity.
333333

Modules/Tests/StorageTests/CoreData/CoreDataIterativeMigrator+MigrationStepTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ final class CoreDataIterativeMigrator_MigrationStepTests: XCTestCase {
145145
let sourceModel = try XCTUnwrap(modelsInventory.model(for: modelVersion37))
146146

147147
// Find the index of Model 87 in the current inventory
148-
// which only contains Models 80-127 as per latest update on [TBD]
148+
// which only contains Models 80-127 as per latest update on [https://github.com/woocommerce/woocommerce-ios/pull/16181]
149149
let sourceModelIndex = try XCTUnwrap(modelsInventory.versions.firstIndex { $0.name == sourceModelName },
150150
"Model 87 should exist in the inventory")
151151
// When

0 commit comments

Comments
 (0)