installed gin

This commit is contained in:
2026-01-13 22:07:20 -07:00
parent 851234d9fa
commit 7481cec0d5
29 changed files with 544 additions and 1094 deletions
@@ -0,0 +1,2 @@
DROP INDEX sync_group_listings_sync_group_id_platform_shop_id_idx;
DROP INDEX sync_group_listing_drafts_account_id_platform_shop_id_idx;
@@ -0,0 +1,2 @@
CREATE UNIQUE INDEX ON sync_group_listings (sync_group_id, platform, shop_id) NULLS DISTINCT;
CREATE UNIQUE INDEX ON sync_group_listing_drafts (account_id, platform, shop_id) NULLS DISTINCT;