From 3c4bad1bf1705a94da5f3b74ed36baae66d5c1f1 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 21 Oct 2018 16:05:52 +0400 Subject: [PATCH] Fix issue in changelog file --- schema/changelog-4.0.xml | 272 +++++++++++++++++++-------------------- 1 file changed, 136 insertions(+), 136 deletions(-) diff --git a/schema/changelog-4.0.xml b/schema/changelog-4.0.xml index 337cdc884..8d0da6284 100644 --- a/schema/changelog-4.0.xml +++ b/schema/changelog-4.0.xml @@ -6,6 +6,142 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd" logicalFilePath="changelog-4.0"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + web = 1 AND mail = 1 AND sms = 1 + + + + + web = 1 AND mail = 1 AND sms = 0 + + + + + web = 1 AND mail = 0 AND sms = 0 + + + + + web = 1 AND mail = 0 AND sms = 1 + + + + + web = 0 AND mail = 1 AND sms = 1 + + + + + web = 0 AND mail = 1 AND sms = 0 + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + @@ -53,140 +189,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - web = 1 AND mail = 1 AND sms = 1 - - - - - web = 1 AND mail = 1 AND sms = 0 - - - - - web = 1 AND mail = 0 AND sms = 0 - - - - - web = 1 AND mail = 0 AND sms = 1 - - - - - web = 0 AND mail = 1 AND sms = 1 - - - - - web = 0 AND mail = 1 AND sms = 0 - - - - - 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 - - - - - - - - - - - - - - - - - - - - - - -