Add support for shared inboxes for users

This commit is contained in:
Bat
2018-05-13 19:12:27 +01:00
parent a7342f49a0
commit 9c9799eee2
5 changed files with 21 additions and 6 deletions
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN shared_inbox_url;
@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE users ADD COLUMN shared_inbox_url VARCHAR;