4 lines
153 B
SQL
4 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;
|