tvl-depot/migrations/2018-04-08-182319_add_authors/down.sql

6 lines
179 B
MySQL
Raw Normal View History

ALTER TABLE threads DROP COLUMN author_name;
ALTER TABLE threads DROP COLUMN author_email;
ALTER TABLE posts DROP COLUMN author_name;
ALTER TABLE posts DROP COLUMN author_email;