Plume/migrations/postgres/2018-12-17-221135_comment_v.../down.sql

5 lines
125 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE comments DROP COLUMN public_visibility;
DROP TABLE comment_seers;