Created
August 14, 2019 01:58
-
-
Save goyalmohit/d2ac4a35f655bb9f732be153c6811cd8 to your computer and use it in GitHub Desktop.
ChangeLogFile for Specifying database changes to be executed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" | |
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd | |
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"> | |
<include file="src/main/resources/issue-8534/create_table_link.sql"/> | |
<include file="src/main/resources/issue-8534/insert_link.sql"/> | |
<include file="src/main/resources/issue-8534/alter_table_link.sql"/> | |
</databaseChangelog> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment