5 lines
125 B
MySQL
5 lines
125 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE comments DROP COLUMN public_visibility;
|
||
|
|
||
|
DROP TABLE comment_seers;
|