mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-09 16:38:30 -05:00
Awful hack to get default true
This commit is contained in:
parent
e86cefcb6f
commit
713e60b9b6
@ -14,4 +14,5 @@
|
||||
*/
|
||||
|
||||
-- whether non-members can access group APIs
|
||||
ALTER TABLE groups ADD COLUMN is_public BOOL DEFAULT 1 NOT NULL;
|
||||
-- NB: awful hack to get the default to be true on postgres and 1 on sqlite
|
||||
ALTER TABLE groups ADD COLUMN is_public BOOL DEFAULT (1=1) NOT NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user