5 lines
91 B
SQL
5 lines
91 B
SQL
ALTER TABLE pages
|
|
DROP COLUMN collections,
|
|
DROP COLUMN published;
|
|
|
|
DROP TABLE collections;
|