From 77fba0d739193f5ba4ac351a17729974e909e25c Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 7 Aug 2018 16:19:20 +0500 Subject: Fixed notifications migration on postgresql and mssql --- schema/changelog-4.0.xml | 81 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) (limited to 'schema') diff --git a/schema/changelog-4.0.xml b/schema/changelog-4.0.xml index 9a5cd1526..ed697bfca 100644 --- a/schema/changelog-4.0.xml +++ b/schema/changelog-4.0.xml @@ -53,12 +53,30 @@ - + + + + + + + + + + + + + + + + + + + web = 1 AND mail = 1 AND sms = 1 @@ -94,8 +112,69 @@ web = 0 AND mail = 0 AND sms = 1 + + + + + + + + + + + + + + web = TRUE AND mail = TRUE AND sms = TRUE + + + + + web = TRUE AND mail = TRUE AND sms = FALSE + + + + + web = TRUE AND mail = FALSE AND sms = FALSE + + + + + web = TRUE AND mail = FALSE AND sms = TRUE + + + + + web = FALSE AND mail = TRUE AND sms = TRUE + + + + + web = FALSE AND mail = TRUE AND sms = FALSE + + + + + web = FALSE AND mail = FALSE AND sms = TRUE + + + + + + + + + + + + + + + + + -- cgit v1.2.3