Skip to content

Instantly share code, notes, and snippets.

@kyle-aoki
Created January 18, 2024 03:57
Show Gist options
  • Save kyle-aoki/7e1357097acb91085560716fa001437f to your computer and use it in GitHub Desktop.
Save kyle-aoki/7e1357097acb91085560716fa001437f to your computer and use it in GitHub Desktop.
Liquibase Configuration
<?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.10.xsd">
<includeAll path="migrations" />
</databaseChangeLog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment