mabel/migrations/20230713090533_add-collection.down.sql

6 lines
91 B
MySQL
Raw Normal View History

2023-07-13 12:08:26 +00:00
ALTER TABLE pages
DROP COLUMN collections,
DROP COLUMN published;
DROP TABLE collections;