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

pluginmodelsampling.liquibase.tables.xml Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
<?xml version="1.1" encoding="UTF-8"?>
<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.1.xsd">
    <!--
     Copyright (C) 2024 Fraunhofer Institut IOSB, Fraunhoferstr. 1, D 76131
     Karlsruhe, Germany.

     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU Lesser General Public License as published by
     the Free Software Foundation, either version 3 of the License, or
     (at your option) any later version.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU Lesser General Public License for more details.

     You should have received a copy of the GNU Lesser General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
    -->

    <property name="id-PreparationProcedure" value="LONG" />
    <property name="idType-PreparationProcedure" value="BIGINT" />
    <property name="id-PreparationStep" value="LONG" />
    <property name="idType-PreparationStep" value="BIGINT" />
    <property name="id-Sampler" value="LONG" />
    <property name="idType-Sampler" value="BIGINT" />
    <property name="id-Sampling" value="LONG" />
    <property name="idType-Sampling" value="BIGINT" />
    <property name="id-SamplingProcedure" value="LONG" />
    <property name="idType-SamplingProcedure" value="BIGINT" />

    <include relativeToChangelogFile="true" file="tablePreparationProcedures.xml" />
    <include relativeToChangelogFile="true" file="tablePreparationSteps.xml" />
    <include relativeToChangelogFile="true" file="tableSamplers.xml" />
    <include relativeToChangelogFile="true" file="tableSamplerSamplingProcedure.xml" />
    <include relativeToChangelogFile="true" file="tableSamplings.xml" />
    <include relativeToChangelogFile="true" file="tableSamplingProcedures.xml" />
    <include relativeToChangelogFile="true" file="foreignKeys.xml" />

</databaseChangeLog>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy