Skip to content

Commit

Permalink
Merge pull request #22720 from famod/fix-LiquibaseFunctionalityNativeIT
Browse files Browse the repository at this point in the history
Fix schemaLocation problem in LiquibaseFunctionalityNativeIT
  • Loading branch information
geoand authored Jan 7, 2022
2 parents 4c436bc + 63ef665 commit f03ed08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
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/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.2.xsd">
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.4.xsd">

<preConditions>
<dbms type="h2"/>
Expand Down

0 comments on commit f03ed08

Please sign in to comment.