Skip to content

Commit

Permalink
remove an obsolete drop index in the migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Jan 6, 2025
1 parent 4051180 commit a84bce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connectors/migrations/db/migration_44.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-- Migration created on Jan 02, 2025
CREATE UNIQUE INDEX IF NOT EXISTS "zendesk_brands_connector_brand_idx" ON "zendesk_brands" ("connectorId", "brandId");
DROP INDEX IF EXISTS "zendesk_connector_brand_idx";
DROP INDEX IF EXISTS "zendesk_brands_brand_idx";
DROP INDEX IF EXISTS "zendesk_brands_brand_id";

CREATE UNIQUE INDEX IF NOT EXISTS "zendesk_categories_connector_brand_category_idx" ON "zendesk_categories" ("connectorId", "brandId", "categoryId");
Expand Down

0 comments on commit a84bce5

Please sign in to comment.