Plume/migrations/postgres/2019-03-05-082814_add_fqn/down.sql

3 lines
115 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE blogs DROP COLUMN fqn;
ALTER TABLE users DROP COLUMN fqn;