mabel/migrations/20230713114832_add-collection-constraint.down.sql

5 lines
153 B
MySQL
Raw Normal View History

2023-07-13 15:43:05 +00:00
-- Remove constraint and index
2023-07-13 12:08:26 +00:00
ALTER TABLE collections DROP CONSTRAINT collections_site_slug_unique;
DROP INDEX IF EXISTS collections_site_slug_unique;