mirror of
https://github.com/Example-uPagge/liquibase.git
synced 2024-06-14 12:22:25 +03:00
13 lines
516 B
XML
13 lines
516 B
XML
<?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"
|
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.6.xsd">
|
|
|
|
<changeSet id="add-tag-1.0.0" author="uPagge">
|
|
<tagDatabase tag="v.1.0.0"/>
|
|
</changeSet>
|
|
|
|
<include file="create-table.xml" relativeToChangelogFile="true"/>
|
|
|
|
</databaseChangeLog> |