3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE notifications DROP COLUMN data;
|