Plume/migrations/2018-06-20-194538_add_mentions_ap_url/down.sql

3 lines
87 B
MySQL
Raw Normal View History

2018-06-20 20:05:30 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE mentions DROP COLUMN ap_url;