From 66fb06b594138ee7ff881766110bc7b56ede223d Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:42:41 +0100 Subject: [PATCH] [OPB-xxx] upating abstracto version removing not needed dbchangelog.xsd files --- .env | 2 +- .../resources/migrations/1.5.1/collection.xml | 6 +- .../migrations/1.5.1/seedData/activity.xml | 6 +- .../migrations/1.5.1/seedData/data.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../dynamicActivity-custom-changeLog.xml | 6 +- .../resources/migrations/1.5.2/collection.xml | 6 +- .../migrations/1.5.2/seedData/command.xml | 6 +- .../migrations/1.5.2/seedData/data.xml | 6 +- .../migrations/1.5.2/seedData/feature.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../moderation-custom-changeLog.xml | 6 +- .../1.0-starboard-custom/collection.xml | 6 +- .../starboard-custom-seedData/data.xml | 6 +- .../starboard-custom-seedData/feature.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../migrations/starboard-custom-changeLog.xml | 6 +- .../resources/migrations/1.4.4/collection.xml | 6 +- .../1.4.4/seedData/channel_group_type.xml | 6 +- .../migrations/1.4.4/seedData/command.xml | 6 +- .../migrations/1.4.4/seedData/data.xml | 6 +- .../migrations/1.4.4/seedData/feature.xml | 6 +- .../migrations/1.4.4/seedData/module.xml | 6 +- .../1.4.4/tables/faq_channel_group.xml | 6 +- .../tables/faq_channel_group_command.xml | 6 +- .../migrations/1.4.4/tables/faq_command.xml | 6 +- .../1.4.4/tables/faq_command_alias.xml | 6 +- .../1.4.4/tables/faq_command_response.xml | 6 +- .../migrations/1.4.4/tables/tables.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../resources/migrations/faq-changeLog.xml | 6 +- .../migrations/1.3.10-news/collection.xml | 6 +- .../1.3.10-news/news-update/module.xml | 6 +- .../1.3.10-news/news-update/update.xml | 6 +- .../migrations/1.3.9-news/collection.xml | 6 +- .../1.3.9-news/news-seedData/command.xml | 6 +- .../1.3.9-news/news-seedData/data.xml | 6 +- .../1.3.9-news/news-seedData/feature.xml | 6 +- .../1.3.9-news/news-seedData/module.xml | 6 +- .../1.3.9-news/news-seedData/news_jobs.xml | 6 +- .../1.3.9-news/news-tables/news_post.xml | 6 +- .../1.3.9-news/news-tables/tables.xml | 6 +- .../migrations/1.6.11/collection.xml | 6 +- .../migrations/1.6.11/seedData/data.xml | 6 +- .../1.6.11/seedData/news_check_job.xml | 6 +- .../1.6.11/tables/news_forum_post.xml | 6 +- .../migrations/1.6.11/tables/news_source.xml | 6 +- .../migrations/1.6.11/tables/tables.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../resources/migrations/news-changeLog.xml | 6 +- .../migrations/1.3.11-referral/collection.xml | 6 +- .../referral-seedData/data.xml | 6 +- .../referral-seedData/feature.xml | 6 +- .../referral_user_in_server.xml | 6 +- .../referral-tables/tables.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../migrations/referral-changeLog.xml | 6 +- .../resources/migrations/1.5.9/collection.xml | 6 +- .../migrations/1.5.9/seedData/command.xml | 6 +- .../migrations/1.5.9/seedData/data.xml | 6 +- .../migrations/1.5.9/seedData/feature.xml | 6 +- .../migrations/1.5.9/tables/lights_role.xml | 6 +- .../migrations/1.5.9/tables/tables.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../migrations/seasonal-changeLog.xml | 6 +- .../migrations/1.3.11-setup/collection.xml | 6 +- .../1.3.11-setup/setup-seedData/data.xml | 6 +- .../setup-seedData/default_emote.xml | 6 +- .../1.3.11-setup/setup-seedData/feature.xml | 6 +- .../main/resources/migrations/dbchangelog.xsd | 1386 ----------------- .../resources/migrations/setup-changeLog.xml | 6 +- deployment/helm/oneplus-bot/values.yaml | 4 +- pom.xml | 11 +- 73 files changed, 74 insertions(+), 11403 deletions(-) delete mode 100644 application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-modules/faq/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-modules/referral/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-modules/seasonal/src/main/resources/migrations/dbchangelog.xsd delete mode 100644 application/oneplus-bot-modules/setup/src/main/resources/migrations/dbchangelog.xsd diff --git a/.env b/.env index 973c4a3..4946140 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.6.19 -ABSTRACTO_VERSION=1.5.24 \ No newline at end of file +ABSTRACTO_VERSION=1.5.25 \ No newline at end of file diff --git a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/collection.xml b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/collection.xml index 121b5aa..250fa3a 100644 --- a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/collection.xml +++ b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/activity.xml b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/activity.xml index 1be5a82..039607c 100644 --- a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/activity.xml +++ b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/activity.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/data.xml b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/data.xml index e5c662c..1ae108e 100644 --- a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/data.xml +++ b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/1.5.1/seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dynamicActivity-custom-changeLog.xml b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dynamicActivity-custom-changeLog.xml index d476caa..ca9fbc1 100644 --- a/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dynamicActivity-custom-changeLog.xml +++ b/application/oneplus-bot-customizations/dynamic-activity-custom/src/main/resources/migrations/dynamicActivity-custom-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/collection.xml b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/collection.xml index 121b5aa..250fa3a 100644 --- a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/collection.xml +++ b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/command.xml b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/command.xml index b65afcd..f93e5b9 100644 --- a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/command.xml +++ b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/data.xml b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/data.xml index d492a35..250bed3 100644 --- a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/data.xml +++ b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/feature.xml b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/feature.xml index 6ca36db..e12e89b 100644 --- a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/feature.xml +++ b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/1.5.2/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml index f79de8a..b877846 100644 --- a/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml +++ b/application/oneplus-bot-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml index 03a8554..2ce35b1 100644 --- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml +++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml index c3e39a0..2ab3023 100644 --- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml +++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml index bd7c861..0f20af9 100644 --- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml +++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml index d8c5c06..8a6904a 100644 --- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml +++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/collection.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/collection.xml index 4cd75ec..8907f31 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/collection.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/channel_group_type.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/channel_group_type.xml index 72cea59..e34c14f 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/channel_group_type.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/channel_group_type.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/command.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/command.xml index fee7a4b..ac94c49 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/command.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/data.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/data.xml index f30ea04..98e9da3 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/data.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/feature.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/feature.xml index 268f23b..17de42a 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/feature.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/module.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/module.xml index fc070ca..a5324e4 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/module.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/seedData/module.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group.xml index 9e9d95d..29a5449 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group_command.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group_command.xml index 0f1aa16..b6eb5ca 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group_command.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_channel_group_command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command.xml index 02aa914..a38179d 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_alias.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_alias.xml index cdad9bb..1dc6180 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_alias.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_alias.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_response.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_response.xml index 6dd2f59..df62e48 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_response.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/faq_command_response.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/tables.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/tables.xml index ba4be62..0a25970 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/tables.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/1.4.4/tables/tables.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-modules/faq/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-modules/faq/src/main/resources/migrations/faq-changeLog.xml b/application/oneplus-bot-modules/faq/src/main/resources/migrations/faq-changeLog.xml index 91736e1..3ebe5cc 100644 --- a/application/oneplus-bot-modules/faq/src/main/resources/migrations/faq-changeLog.xml +++ b/application/oneplus-bot-modules/faq/src/main/resources/migrations/faq-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml index 4a13926..8cf30b1 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml index 2613f5a..78a0747 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml index 3c3c1c0..931a9e5 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml index 560e35c..3c379dd 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml index e71fe55..cf74f97 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml index 733806d..830525d 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml index db4d3a8..e4d7977 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml index b4ec9ea..d1339d6 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml index 26c22e0..23e3e1d 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml index e0ce958..d92e17b 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml index f993c0f..11097b3 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/collection.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/collection.xml index 4cd75ec..8907f31 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/collection.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/data.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/data.xml index 0d46cb5..f8565b9 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/data.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/news_check_job.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/news_check_job.xml index 0d8a994..7befd54 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/news_check_job.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/seedData/news_check_job.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_forum_post.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_forum_post.xml index c25143d..4b64dbc 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_forum_post.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_forum_post.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_source.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_source.xml index 1e59dd1..e0459af 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_source.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/news_source.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/tables.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/tables.xml index 6cb4bca..e073598 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/tables.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.6.11/tables/tables.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml index e0e6a3e..5e1c464 100644 --- a/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml +++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/collection.xml b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/collection.xml index d0415fc..3325c5c 100644 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/collection.xml +++ b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/data.xml b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/data.xml index c3e39a0..2ab3023 100644 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/data.xml +++ b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/feature.xml b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/feature.xml index 02b7077..951dc9f 100644 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/feature.xml +++ b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/referral_user_in_server.xml b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/referral_user_in_server.xml index fe118b0..d7d278f 100644 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/referral_user_in_server.xml +++ b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/referral_user_in_server.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/tables.xml b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/tables.xml index f240e6f..48f28d2 100644 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/tables.xml +++ b/application/oneplus-bot-modules/referral/src/main/resources/migrations/1.3.11-referral/referral-tables/tables.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-modules/referral/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-modules/referral/src/main/resources/migrations/referral-changeLog.xml b/application/oneplus-bot-modules/referral/src/main/resources/migrations/referral-changeLog.xml index 9e0313c..53f4e54 100644 --- a/application/oneplus-bot-modules/referral/src/main/resources/migrations/referral-changeLog.xml +++ b/application/oneplus-bot-modules/referral/src/main/resources/migrations/referral-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/collection.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/collection.xml index 4cd75ec..8907f31 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/collection.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/command.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/command.xml index ed956fe..6cf0cc4 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/command.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/data.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/data.xml index d492a35..250bed3 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/data.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/feature.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/feature.xml index fcd3b17..7f553cd 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/feature.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/lights_role.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/lights_role.xml index 4072c27..3dd9ea1 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/lights_role.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/lights_role.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/tables.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/tables.xml index 4be4063..f402f38 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/tables.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/1.5.9/tables/tables.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/seasonal-changeLog.xml b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/seasonal-changeLog.xml index 43bbf71..69df37b 100644 --- a/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/seasonal-changeLog.xml +++ b/application/oneplus-bot-modules/seasonal/src/main/resources/migrations/seasonal-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/collection.xml b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/collection.xml index d11616f..08deda6 100644 --- a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/collection.xml +++ b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/data.xml b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/data.xml index 13f4267..fa4b50a 100644 --- a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/data.xml +++ b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/default_emote.xml b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/default_emote.xml index dfe6435..65fb659 100644 --- a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/default_emote.xml +++ b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/default_emote.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/feature.xml b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/feature.xml index 9be03ec..04d7f92 100644 --- a/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/feature.xml +++ b/application/oneplus-bot-modules/setup/src/main/resources/migrations/1.3.11-setup/setup-seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/oneplus-bot-modules/setup/src/main/resources/migrations/dbchangelog.xsd b/application/oneplus-bot-modules/setup/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5..0000000 --- a/application/oneplus-bot-modules/setup/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/oneplus-bot-modules/setup/src/main/resources/migrations/setup-changeLog.xml b/application/oneplus-bot-modules/setup/src/main/resources/migrations/setup-changeLog.xml index 3e538ea..ce36c95 100644 --- a/application/oneplus-bot-modules/setup/src/main/resources/migrations/setup-changeLog.xml +++ b/application/oneplus-bot-modules/setup/src/main/resources/migrations/setup-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index b69ba58..79b44d9 100644 --- a/deployment/helm/oneplus-bot/values.yaml +++ b/deployment/helm/oneplus-bot/values.yaml @@ -21,7 +21,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.24 + tag: 1.5.25 templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always @@ -32,7 +32,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.24 + tag: 1.5.25 dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always diff --git a/pom.xml b/pom.xml index f3f8eb8..4430af8 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 17 17 - 1.5.24 - 1.4.32 + 1.5.25 + 1.4.33 @@ -47,6 +47,13 @@ true + + github + https://maven.pkg.github.com/Sheldan/* + + true + +