mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 14:47:14 -05: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
|
* 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 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