PR #135 includes the following updates:
Schema/Data Change
2 total changes • 2 possible breaking changes
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
REST:shopify__discounts
| Updated surrogate key | discounts_unique_key:
| discounts_unique_key:
| Fixes uniqueness test failure. |
GraphQL:shopify_gql__discounts
| Updated surrogate key | unique_key:
| unique_key:
| Fixes uniqueness test failures. |
Under the Hood
- Updates consistency tests to improve managing the columns included in testing.
Full Changelog: v1.1.0...v1.2.0