Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created February 17, 2019 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/8fee7541172e80af9b15455d23f9cf25 to your computer and use it in GitHub Desktop.
Save goyalmohit/8fee7541172e80af9b15455d23f9cf25 to your computer and use it in GitHub Desktop.
Empty changelog file for the liquibase
<?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-3.1.xsd">
</databaseChangeLog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment