Plume/migrations/postgres/2018-05-10-101553_posts_add_ap_url/down.sql

3 lines
84 B
MySQL
Raw Normal View History

2018-05-10 10:52:56 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE posts DROP COLUMN ap_url;