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(-) 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 From ceab9b2b23b924d8ebb44b592b6e8f285408a5fa Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 8 Aug 2018 08:33:02 +0500 Subject: Rename changeset --- schema/changelog-4.0.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/schema/changelog-4.0.xml b/schema/changelog-4.0.xml index ed697bfca..d1944c4f5 100644 --- a/schema/changelog-4.0.xml +++ b/schema/changelog-4.0.xml @@ -160,13 +160,7 @@ - - - - - - - + -- cgit v1.2.3