Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 01:58
Show Gist options
  • Save goyalmohit/d2ac4a35f655bb9f732be153c6811cd8 to your computer and use it in GitHub Desktop.
Save goyalmohit/d2ac4a35f655bb9f732be153c6811cd8 to your computer and use it in GitHub Desktop.
ChangeLogFile for Specifying database changes to be executed
<?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