Skip to content

Commit

Permalink
Update db.changelog-master.xml to start server
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored May 26, 2024
1 parent 9b8a215 commit daa194e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>

<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
<include file="changes/initial_changelog.sql" relativeToChangelogFile="true" failOnError="false"/>
</databaseChangeLog>
<include file="changes/initial_changelog.sql" relativeToChangelogFile="true" ignore="true"/>
</databaseChangeLog>

0 comments on commit daa194e

Please sign in to comment.