mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-11 18:36:52 +00:00
Use DEFAULT join_policy of "invite" in db
This commit is contained in:
parent
b214a04ffc
commit
700e5e7198
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue