Plume/migrations/postgres/2018-04-30-170445_timestamps/down.sql

6 lines
230 B
MySQL
Raw Normal View History

2018-04-30 17:46:27 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE posts DROP COLUMN creation_date;
ALTER TABLE blogs DROP COLUMN creation_date;
ALTER TABLE users DROP COLUMN creation_date;
ALTER TABLE instances DROP COLUMN creation_date;