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

4 lines
122 B
MySQL
Raw Normal View History

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