mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use DEFAULT join_policy of "invite" in db
This commit is contained in:
parent
b214a04ffc
commit
700e5e7198
@ -19,4 +19,4 @@
|
||||
* NULL at the python store level as necessary so that existing
|
||||
* rows are given the correct default policy.
|
||||
*/
|
||||
ALTER TABLE groups ADD COLUMN join_policy TEXT DEFAULT NULL;
|
||||
ALTER TABLE groups ADD COLUMN join_policy TEXT NON NULL DEFAULT 'invite';
|
||||
|
Loading…
Reference in New Issue
Block a user