File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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
7
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd
8
- http://www.liquibase.org/xml/ns/dbchangelog-ext
9
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
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" >
10
8
11
9
<preConditions >
12
10
<dbms type =" postgresql" />
Original file line number Diff line number Diff line change 3
3
xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
6
- xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
7
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.9.xsd
8
- http://www.liquibase.org/xml/ns/dbchangelog-ext
9
- http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
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" >
10
8
11
9
</databaseChangeLog >
You can’t perform that action at this time.
0 commit comments