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

liquibase.examples.xml.blank-changelog.xml Maven / Gradle / Ivy

There is a newer version: 4.29.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<databaseChangeLog
        xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:pro="http://www.liquibase.org/xml/ns/pro"
        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd
    http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-latest.xsd ">

<changeSet id="1" author="author name">
	<!--Insert XML change objects here https://www.liquibase.org/documentation/xml_format.html-->
</changeSet>

<changeSet id="2" author="author name">
	<!--Insert XML change objects here https://www.liquibase.org/documentation/xml_format.html-->
</changeSet>

</databaseChangeLog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy