mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 23:54:06 -05: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
|
* NULL at the python store level as necessary so that existing
|
||||||
* rows are given the correct default policy.
|
* 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…
x
Reference in New Issue
Block a user