Plume/migrations/2018-05-24-100613_add_notifications_creation_date/down.sql
2018-05-24 11:12:27 +01:00

3 lines
99 B
SQL

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