We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749a6cd commit 5d1a355Copy full SHA for 5d1a355
src/main/resources/db/liquibase-changelog.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<databaseChangeLog
4
+ xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
5
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
7
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
8
+ <changeSet id="01" author="tsiupa">
9
10
+ </changeSet>
11
+</databaseChangeLog>
0 commit comments