Skip to content

Commit 21b3396

Browse files
committed
work
1 parent f9d3093 commit 21b3396

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/resources/db/liquibase-changelog.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<changeSet author="thomaswoehlke" failOnError="false" dbms="postgresql" id="1">
1616
<comment>initial data structure</comment>
1717
</changeSet>
18-
1918
<changeSet author="thomaswoehlke" failOnError="false" dbms="postgresql" id="2">
2019
</changeSet>
2120
-->
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<databaseChangeLog
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
6+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd
7+
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
8+
9+
</databaseChangeLog>

0 commit comments

Comments
 (0)