mabel/migrations/20230713090533_add-collecti...

6 lines
91 B
SQL

ALTER TABLE pages
DROP COLUMN collections,
DROP COLUMN published;
DROP TABLE collections;