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

db.changelog.init.xml Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
<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.4.xsd">

	<include file="table_customer.xml" relativeToChangelogFile="true" />
	
</databaseChangeLog>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy