Plume/migrations/2018-06-17-200302_notification_add_data/down.sql
2018-06-17 21:19:27 +01:00

3 lines
90 B
SQL

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