mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-15 01:16:27 +02:00
fudge around postgres & sqlite having different booleans
This commit is contained in:
parent
e9d8fcce35
commit
0f003270ab
@ -14,6 +14,6 @@
|
||||
*/
|
||||
|
||||
ALTER TABLE monthly_active_users ADD COLUMN first_active BIGINT DEFAULT 0 NOT NULL;
|
||||
ALTER TABLE monthly_active_users ADD COLUMN trial BOOLEAN DEFAULT 0 NOT NULL;
|
||||
ALTER TABLE monthly_active_users ADD COLUMN trial BOOLEAN;
|
||||
|
||||
CREATE INDEX monthly_active_users_first_active ON monthly_active_users(first_active);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user