installed gin
This commit is contained in:
+2
@@ -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;
|
||||
Reference in New Issue
Block a user