Plume/migrations/postgres/2018-09-06-182637_posts_add_source/down.sql

3 lines
84 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE posts DROP COLUMN source;