Make notifications translatable
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE notifications DROP COLUMN data;
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE notifications ADD COLUMN data VARCHAR;
|
||||
Reference in New Issue
Block a user