Skip to content

Commit

Permalink
Change variant column to mediumtext for MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Aug 26, 2024
1 parent 0532534 commit fd470a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release Notes for Shopify

## Unreleased

- Fixed a bug where variant column data could be larger than a MySQL TEXT column.

## 5.2.0 - 2024-06-18

- `shopify/sync` commands now support a `--throttle` option.
- Fixed a bug where syncing Shopify variants would be limited to 50. ([#115](https://github.com/craftcms/shopify/issues/115))
- Fixed a bug where variant column data could be larger than a MySQL TEXT column.
- Added `craft\shopify\console\controllers\SyncController::$throttle`.
- Added `craft\shopify\services\Products::$throttle`.
- Added `craft\shopify\services\Products::$sleepSeconds`.
Expand Down

0 comments on commit fd470a9

Please sign in to comment.