mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-11 13:45:25 +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;
|