mabel/migrations/20230713114832_add-collecti...

5 lines
153 B
SQL

-- Remove constraint and index
ALTER TABLE collections DROP CONSTRAINT collections_site_slug_unique;
DROP INDEX IF EXISTS collections_site_slug_unique;