Plume/migrations/2018-05-10-101553_posts_add_ap_url/down.sql
2018-05-10 11:52:56 +01:00

3 lines
84 B
SQL

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