Fixed Spree Stock Items unique index (#12012)
commit0e03446377fef1f57b183a3841fba6c9a3e4888e
authorDamian Legawiec <damian@sparksolutions.co>
Sun, 3 Mar 2024 19:41:42 +0000 (3 20:41 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2024 19:41:42 +0000 (3 20:41 +0100)
tree2168796aa55979a2b15cac31241077a2791ee3aa
parent9c3337c10fa0c0def0dbb8e55561c813fa08b854
Fixed Spree Stock Items unique index (#12012)

* Fixed Spree Stock Items unique index
Also fixes: loading samples on SQLite
* test mysql againast rails 7.1
.circleci/config.yml
api/app/models/spree/webhooks/subscriber.rb
core/app/models/spree/stock_item.rb
core/db/migrate/20210929090344_create_stock_item_stock_location_id_variant_id_coalesce_deleted_at_unique_index.rb
core/db/migrate/20240303174340_fix_spree_stock_item_unique_index.rb [new file with mode: 0644]
sample/spec/lib/load_sample_spec.rb