Notify when receiving a mention

This commit is contained in:
Bat
2018-06-20 21:05:30 +01:00
parent c9f29955a0
commit c4cc4a4e13
8 changed files with 60 additions and 9 deletions
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE mentions DROP COLUMN ap_url;
@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE mentions ADD COLUMN ap_url VARCHAR NOT NULL DEFAULT '';