From 3c4bad1bf1705a94da5f3b74ed36baae66d5c1f1 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 21 Oct 2018 16:05:52 +0400 Subject: Fix issue in changelog file --- schema/changelog-4.0.xml | 144 +++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) (limited to 'schema') 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,53 +6,6 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd" logicalFilePath="changelog-4.0"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -60,11 +13,11 @@ - + - + @@ -79,42 +32,42 @@ - - - + + + - + 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 @@ -133,37 +86,37 @@ - + 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 @@ -178,14 +131,61 @@ - - + + + + + + + + + + + + - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3