Skip to content
Snippets Groups Projects
Commit 917380e8 authored by Luke Barnard's avatar Luke Barnard
Browse files

NON NULL -> NOT NULL

parent 104c0bc1
No related branches found
No related tags found
No related merge requests found
......@@ -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';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment