Plume/migrations/postgres/2018-06-17-200302_notification_add_data/down.sql

3 lines
90 B
MySQL
Raw Normal View History

2018-06-17 20:19:27 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE notifications DROP COLUMN data;