Plume/migrations/2018-05-01-165325_add_ap_url/down.sql

4 lines
122 B
MySQL
Raw Normal View History

2018-05-01 18:02:29 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE blogs DROP COLUMN ap_url;
ALTER TABLE users DROP COLUMN ap_url;