NON NULL -> NOT NULL

This commit is contained in:
Luke Barnard 2018-04-05 14:32:12 +01:00
parent 104c0bc1d5
commit 917380e89d

View file

@ -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';