Make notifications translatable

This commit is contained in:
Bat
2018-06-17 21:19:27 +01:00
parent 7faf93f44a
commit ae4bcabc53
10 changed files with 30 additions and 7 deletions
@@ -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;