diff --git a/admin-console/src/main/resources/liquibase/admin-console/changeSetServ.xml b/admin-console/src/main/resources/liquibase/admin-console/changeSetServ.xml
index 02c19969e0..b8d9486e31 100644
--- a/admin-console/src/main/resources/liquibase/admin-console/changeSetServ.xml
+++ b/admin-console/src/main/resources/liquibase/admin-console/changeSetServ.xml
@@ -13,7 +13,7 @@
-
+
diff --git a/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_dataServ_production.xml b/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_dataServ_production.xml
index 1da53851b7..c356f7df65 100644
--- a/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_dataServ_production.xml
+++ b/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_dataServ_production.xml
@@ -5,13 +5,15 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_adminconsole_dataServ_restore'
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_adminconsole_dataServ_production' AND filename = 'liquibase/admin-console/changeSetServ.xml'
+
+ SELECT COUNT(*) FROM authusershortcuts WHERE username = 'admin'
diff --git a/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_schemaServ.xml b/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_schemaServ.xml
index 84d9cc1524..e709b0ed00 100644
--- a/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_schemaServ.xml
+++ b/admin-console/src/main/resources/liquibase/admin-console/serv/00000000000001_schemaServ.xml
@@ -5,8 +5,14 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
-
+
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_adminconsole_schemaServ'
+
+
+
+
+
@@ -15,7 +21,7 @@
-
+
diff --git a/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_dataPort_production.xml b/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_dataPort_production.xml
index 4419780f46..a0dd04431d 100644
--- a/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_dataPort_production.xml
+++ b/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_dataPort_production.xml
@@ -5,14 +5,16 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_jacms_dataPort_production'
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_jacms_dataPort_restore'
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_jacms_dataPort_production' AND filename = 'liquibase/jacms/changeSetPort.xml'
+ SELECT COUNT(*) FROM sysconfig WHERE item = 'contentTypes'
diff --git a/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_schemaPort.xml b/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_schemaPort.xml
index f2ed61b8e7..8c20182ddd 100644
--- a/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_schemaPort.xml
+++ b/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000001_schemaPort.xml
@@ -5,7 +5,16 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
+
+
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_jacms_schemaPort'
+
+
+
+
+
diff --git a/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000002_schemaPort.xml b/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000002_schemaPort.xml
index c582401ba0..3ae269a689 100644
--- a/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000002_schemaPort.xml
+++ b/cms-plugin/src/main/resources/liquibase/jacms/port/00000000000002_schemaPort.xml
@@ -5,7 +5,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
diff --git a/cms-plugin/src/main/resources/liquibase/jacms/port/20230224000000_jacms_social_tag_roles.xml b/cms-plugin/src/main/resources/liquibase/jacms/port/20230224000000_jacms_social_tag_roles.xml
index 86e24bb066..c3ef137b79 100644
--- a/cms-plugin/src/main/resources/liquibase/jacms/port/20230224000000_jacms_social_tag_roles.xml
+++ b/cms-plugin/src/main/resources/liquibase/jacms/port/20230224000000_jacms_social_tag_roles.xml
@@ -5,7 +5,13 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
+
+
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '20230224000000_jacms_social_tag_roles'
+ SELECT COUNT(*) FROM sysconfig WHERE item = 'contentTypesRoles'
+
diff --git a/contentscheduler-plugin/src/main/resources/liquibase/jpcontentscheduler/port/00000000000001_dataPort_production.xml b/contentscheduler-plugin/src/main/resources/liquibase/jpcontentscheduler/port/00000000000001_dataPort_production.xml
index 79de0306b4..2cc1968752 100644
--- a/contentscheduler-plugin/src/main/resources/liquibase/jpcontentscheduler/port/00000000000001_dataPort_production.xml
+++ b/contentscheduler-plugin/src/main/resources/liquibase/jpcontentscheduler/port/00000000000001_dataPort_production.xml
@@ -5,13 +5,14 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_jpcontentscheduler_dataPort_restore'
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_jpcontentscheduler_dataPort_production' AND filename = 'liquibase/changeSetPort.xml'
+ SELECT COUNT(*) FROM sysconfig WHERE item = 'cthread_config'
diff --git a/engine/src/main/resources/liquibase/port/00000000000001_dataPort_production.xml b/engine/src/main/resources/liquibase/port/00000000000001_dataPort_production.xml
index e7729f7f94..7c7fb13472 100644
--- a/engine/src/main/resources/liquibase/port/00000000000001_dataPort_production.xml
+++ b/engine/src/main/resources/liquibase/port/00000000000001_dataPort_production.xml
@@ -5,13 +5,14 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_dataPort_restore'
SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_dataPort_production' AND filename = 'liquibase/changeSetPort.xml'
+ SELECT COUNT(*) FROM categories WHERE catcode = 'home'
diff --git a/engine/src/main/resources/liquibase/port/00000000000001_schemaPort.xml b/engine/src/main/resources/liquibase/port/00000000000001_schemaPort.xml
index 141b2c037e..07028fa4e9 100644
--- a/engine/src/main/resources/liquibase/port/00000000000001_schemaPort.xml
+++ b/engine/src/main/resources/liquibase/port/00000000000001_schemaPort.xml
@@ -5,7 +5,14 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
+
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '00000000000001_schemaPort'
+
+
+
+
diff --git a/engine/src/main/resources/liquibase/port/00000000000002_schemaPort.xml b/engine/src/main/resources/liquibase/port/00000000000002_schemaPort.xml
index 4bd219bd1f..98026c562e 100644
--- a/engine/src/main/resources/liquibase/port/00000000000002_schemaPort.xml
+++ b/engine/src/main/resources/liquibase/port/00000000000002_schemaPort.xml
@@ -5,7 +5,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
diff --git a/engine/src/main/resources/liquibase/port/20221004100000_messages_system.xml b/engine/src/main/resources/liquibase/port/20221004100000_messages_system.xml
index 62adc66b7b..281d04730f 100644
--- a/engine/src/main/resources/liquibase/port/20221004100000_messages_system.xml
+++ b/engine/src/main/resources/liquibase/port/20221004100000_messages_system.xml
@@ -5,7 +5,12 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
+
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '20221004100000_messages_system'
+ SELECT COUNT(*) FROM localstrings WHERE keycode = 'USER_UNAUTHORIZED'
+
diff --git a/engine/src/main/resources/liquibase/port/20230224000000_default_profile_roles.xml b/engine/src/main/resources/liquibase/port/20230224000000_default_profile_roles.xml
index e20f478eca..c4cdd2013e 100644
--- a/engine/src/main/resources/liquibase/port/20230224000000_default_profile_roles.xml
+++ b/engine/src/main/resources/liquibase/port/20230224000000_default_profile_roles.xml
@@ -5,7 +5,12 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-
+
+
+
+ SELECT COUNT(*) FROM DATABASECHANGELOG WHERE id = '20230224000000_default_profile_roles'
+ SELECT COUNT(*) FROM sysconfig WHERE item = 'userProfileTypesRoles'
+
diff --git a/engine/src/main/resources/liquibase/port/20230407000000_disable_content_menu.xml b/engine/src/main/resources/liquibase/port/20230407000000_disable_content_menu.xml
index 0b158d95f6..de1f8cb540 100644
--- a/engine/src/main/resources/liquibase/port/20230407000000_disable_content_menu.xml
+++ b/engine/src/main/resources/liquibase/port/20230407000000_disable_content_menu.xml
@@ -5,7 +5,14 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">
-