forked from MirrorHub/synapse
NON NULL -> NOT NULL
This commit is contained in:
parent
104c0bc1d5
commit
917380e89d
1 changed files with 1 additions and 1 deletions
|
@ -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 NON NULL DEFAULT 'invite';
|
||||
ALTER TABLE groups ADD COLUMN join_policy TEXT NOT NULL DEFAULT 'invite';
|
||||
|
|
Loading…
Reference in a new issue