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

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

There is a newer version: 2.5.0
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-Datastream" value="LONG" />
    <property name="idType-Datastream" value="BIGINT" />
    <property name="id-Feature" value="LONG" />
    <property name="idType-Feature" value="BIGINT" />
    <property name="id-FeatureType" value="LONG" />
    <property name="idType-FeatureType" value="BIGINT" />
    <property name="id-HistoricalLocation" value="LONG" />
    <property name="idType-HistoricalLocation" value="BIGINT" />
    <property name="id-Location" value="LONG" />
    <property name="idType-Location" value="BIGINT" />
    <property name="id-Observation" value="LONG" />
    <property name="idType-Observation" value="BIGINT" />
    <property name="id-ObservedProperty" value="LONG" />
    <property name="idType-ObservedProperty" value="BIGINT" />
    <property name="id-Sensor" value="LONG" />
    <property name="idType-Sensor" value="BIGINT" />
    <property name="id-Thing" value="LONG" />
    <property name="idType-Thing" value="BIGINT" />

    <include relativeToChangelogFile="true" file="tableDatastreams.xml" />
    <include relativeToChangelogFile="true" file="tableFeatures.xml" />
    <include relativeToChangelogFile="true" file="tableFeaturesFeatureTypes.xml" />
    <include relativeToChangelogFile="true" file="tableFeatureTypes.xml" />
    <include relativeToChangelogFile="true" file="tableHistoricalLocations.xml" />
    <include relativeToChangelogFile="true" file="tableLocations.xml" />
    <include relativeToChangelogFile="true" file="tableLocationsHistLocations.xml" />
    <include relativeToChangelogFile="true" file="tableObservations.xml" />
    <include relativeToChangelogFile="true" file="tableObservedProperties.xml" />
    <include relativeToChangelogFile="true" file="tableDatastreamsObservedProperties.xml" />
    <include relativeToChangelogFile="true" file="tableSensors.xml" />
    <include relativeToChangelogFile="true" file="tableThings.xml" />
    <include relativeToChangelogFile="true" file="tableThingsLocations.xml" />
    <include relativeToChangelogFile="true" file="foreignKeys.xml" />

    <changeSet author="scf" id="postgresTriggers.sql" runOnChange="true" objectQuotingStrategy="QUOTE_ALL_OBJECTS">
        <!-- runOnChange="true": This package is automatically updated when the code here is changed. -->
        <sqlFile dbms="postgresql" endDelimiter="/" stripComments="false" splitStatements="false" path="postgresTriggers.sql" relativeToChangelogFile="true" encoding="utf8"/>
    </changeSet>

</databaseChangeLog>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy