about summary refs log tree commit diff
path: root/web/converse/migrations/2018-04-08-182319_add_authors/down.sql
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;