0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-04 07:29:04 +02:00

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