Plume/migrations/postgres/2018-05-24-100613_add_notifications_creation_date/down.sql

3 lines
99 B
MySQL
Raw Normal View History

2018-05-24 10:12:27 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE notifications DROP COLUMN creation_date;