diff --git a/.liquibase/Data_alias/basic/2019.3.3/changelog.xml b/.liquibase/Data_alias/basic/2019.3.3/changelog.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd836105e38be082eb3820c1f8f665474ff8e708 --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.3.3/changelog.xml @@ -0,0 +1,6 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> + + <include relativeToChangelogFile="true" file="reworkDbIndexes2.xml"/> +</databaseChangeLog> diff --git a/.liquibase/Data_alias/basic/2019.3.3/reworkDbIndexes2.xml b/.liquibase/Data_alias/basic/2019.3.3/reworkDbIndexes2.xml new file mode 100644 index 0000000000000000000000000000000000000000..ec790c02cfc1082d50746ef05810c3385e5acb46 --- /dev/null +++ b/.liquibase/Data_alias/basic/2019.3.3/reworkDbIndexes2.xml @@ -0,0 +1,9 @@ +<?xml version="1.1" encoding="UTF-8" standalone="no"?> +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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-3.6.xsd"> + <changeSet author="j.goderbauer" id="9c361635-38fc-4a42-8a4d-6f03f481878f"> + + <createIndex indexName="IDX_AB_LOGHISTORY_DATE_NEW" tableName="AB_LOGHISTORY"> + <column name="DATE_NEW" descending="true"/> + </createIndex> + </changeSet> +</databaseChangeLog> \ No newline at end of file diff --git a/.liquibase/Data_alias/changelog.xml b/.liquibase/Data_alias/changelog.xml index 51e889e9b6fe907a5d0f6433326fe6ced746b76c..0a6eca0e19ca5bac6fb99a243af1db21a597a927 100644 --- a/.liquibase/Data_alias/changelog.xml +++ b/.liquibase/Data_alias/changelog.xml @@ -6,6 +6,7 @@ <include relativeToChangelogFile="true" file="basic/2019.3.0/changelog.xml"/> <include relativeToChangelogFile="true" file="basic/2019.3.1/changelog.xml"/> <include relativeToChangelogFile="true" file="basic/2019.3.2/changelog.xml"/> + <include relativeToChangelogFile="true" file="basic/2019.3.3/changelog.xml"/> <!--enable this only when you definetly want to overwrite the existing data with demo records:--> <!--<include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>-->