mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-24 07:51:08 +02:00
NON NULL -> NOT NULL
This commit is contained in:
parent
104c0bc1d5
commit
917380e89d
@ -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…
x
Reference in New Issue
Block a user