Plume/migrations/postgres/2018-09-04-103017_follows_add_ap_url/down.sql

3 lines
86 B
MySQL
Raw Normal View History

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