Plume/migrations/postgres/2018-05-12-213456_likes_add_ap_url/down.sql

3 lines
84 B
MySQL
Raw Normal View History

2018-05-13 10:44:05 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE likes DROP COLUMN ap_url;