File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
WooCommerce.xcdatamodeld/Model 73.xcdatamodel Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
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
5+ ## Model 73 (Release 10.4.0.0)
6+ - @jaclync 2022-09-14
7+ - Added ` filterKey ` attribute to ` ProductSearchResults ` entity.
8+
59## Model 71 (Release 9.6.0.0)
610- @joshheald 2022-08-19
711 - Added ` instructions ` attribute to ` PaymentGateway ` entity.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <model type =" com.apple.IDECoreDataModeler.DataModel" documentVersion =" 1.0" lastSavedToolsVersion =" 20086 " systemVersion =" 21F79" minimumToolsVersion =" Automatic" sourceLanguage =" Swift" userDefinedModelVersionIdentifier =" " >
2+ <model type =" com.apple.IDECoreDataModeler.DataModel" documentVersion =" 1.0" lastSavedToolsVersion =" 21223.11 " systemVersion =" 21F79" minimumToolsVersion =" Automatic" sourceLanguage =" Swift" userDefinedModelVersionIdentifier =" " >
33 <entity name =" Account" representedClassName =" Account" syncable =" YES" >
44 <attribute name =" displayName" optional =" YES" attributeType =" String" />
55 <attribute name =" email" optional =" YES" attributeType =" String" />
494494 <attribute name =" verified" optional =" YES" attributeType =" Boolean" usesScalarValueType =" YES" />
495495 </entity >
496496 <entity name =" ProductSearchResults" representedClassName =" ProductSearchResults" syncable =" YES" >
497+ <attribute name =" filterKey" optional =" YES" attributeType =" String" />
497498 <attribute name =" keyword" optional =" YES" attributeType =" String" />
498499 <relationship name =" products" optional =" YES" toMany =" YES" deletionRule =" Nullify" destinationEntity =" Product" inverseName =" searchResults" inverseEntity =" Product" />
499500 </entity >
838839 <element name =" ProductDownload" positionX =" -684" positionY =" 45" width =" 128" height =" 118" />
839840 <element name =" ProductImage" positionX =" -859.9296875" positionY =" 471.46484375" width =" 128" height =" 163" />
840841 <element name =" ProductReview" positionX =" -693" positionY =" 36" width =" 128" height =" 210" />
841- <element name =" ProductSearchResults" positionX =" -693" positionY =" 36" width =" 128" height =" 75 " />
842+ <element name =" ProductSearchResults" positionX =" -693" positionY =" 36" width =" 128" height =" 74 " />
842843 <element name =" ProductShippingClass" positionX =" -693" positionY =" 36" width =" 128" height =" 148" />
843844 <element name =" ProductTag" positionX =" -896.65234375" positionY =" 645.7421875" width =" 128" height =" 118" />
844845 <element name =" ProductVariation" positionX =" -693" positionY =" 36" width =" 128" height =" 598" />
You can’t perform that action at this time.
0 commit comments