All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.bpm.engine.db.liquibase.camunda-changelog.xml Maven / Gradle / Ivy

There is a newer version: 7.22.0-alpha1
Show newest version
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<!--

    Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
    under one or more contributor license agreements. See the NOTICE file
    distributed with this work for additional information regarding copyright
    ownership. Camunda licenses this file to you under the Apache License,
    Version 2.0; you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
                   xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
                   xmlns:pro="http://www.liquibase.org/xml/ns/pro" 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/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd">

  <property name="db.name" value="cockroachdb" dbms="cockroachdb"/>
  <property name="db.name" value="db2" dbms="db2"/>
  <property name="db.name" value="h2" dbms="h2"/>
  <property name="db.name" value="mariadb" dbms="mariadb"/>
  <property name="db.name" value="mssql" dbms="mssql"/>
  <property name="db.name" value="mysql" dbms="mysql"/>
  <property name="db.name" value="oracle" dbms="oracle"/>
  <property name="db.name" value="postgres" dbms="postgresql"/>

  <changeSet author="Camunda" id="7.16.0-baseline">
    <sqlFile path="baseline/liquibase.${db.name}.create.engine.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
    <sqlFile path="baseline/liquibase.${db.name}.create.history.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
    <sqlFile path="baseline/liquibase.${db.name}.create.identity.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
    <sqlFile path="baseline/liquibase.${db.name}.create.case.engine.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
    <sqlFile path="baseline/liquibase.${db.name}.create.case.history.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
    <sqlFile path="baseline/liquibase.${db.name}.create.decision.engine.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
    <sqlFile path="baseline/liquibase.${db.name}.create.decision.history.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
  </changeSet>

  <changeSet author="Camunda" id="7.16.0-tag">
    <tagDatabase tag="7.16.0"/>
  </changeSet>

  <changeSet author="Camunda" id="7.16-to-7.17">
    <sqlFile path="upgrade/${db.name}_engine_7.16_to_7.17.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
  </changeSet>

  <changeSet author="Camunda" id="7.17.0-tag">
    <tagDatabase tag="7.17.0"/>
  </changeSet>

  <changeSet author="Camunda" id="7.17-to-7.18">
    <sqlFile path="upgrade/${db.name}_engine_7.17_to_7.18.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
  </changeSet>

  <changeSet author="Camunda" id="7.18.0-tag">
    <tagDatabase tag="7.18.0"/>
  </changeSet>

  <changeSet author="Camunda" id="7.18-to-7.19">
    <sqlFile path="upgrade/${db.name}_engine_7.18_to_7.19.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
  </changeSet>

  <changeSet author="Camunda" id="7.19.0-tag">
    <tagDatabase tag="7.19.0"/>
  </changeSet>

  <changeSet author="Camunda" id="7.19-to-7.20">
    <sqlFile path="upgrade/${db.name}_engine_7.19_to_7.20.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
  </changeSet>

  <changeSet author="Camunda" id="7.20.0-tag">
    <tagDatabase tag="7.20.0"/>
  </changeSet>

  <changeSet author="Camunda" id="7.20-to-7.21">
    <sqlFile path="upgrade/${db.name}_engine_7.20_to_7.21.sql"
             encoding="UTF-8"
             relativeToChangelogFile="true"
             splitStatements="true"
             stripComments="true"/>
  </changeSet>

  <changeSet author="Camunda" id="7.21.0-tag">
    <tagDatabase tag="7.21.0"/>
  </changeSet>

</databaseChangeLog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy