Use more env vars for config
It will make it easier to test federation
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE instances ADD COLUMN local_domain VARCHAR NOT NULL;
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE instances DROP COLUMN local_domain;
|
||||
Reference in New Issue
Block a user