about summary refs log tree commit diff
path: root/migrations/2018-04-08-182319_add_authors/down.sql
blob: 8ad8179080655c52dadbd6485b479c4ae1fa0362 (plain) (blame)
1
2
3
4
5
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;