mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-18 09:41:01 +00:00
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;
|