File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-boot-project/spring-boot-autoconfigure/src/test/resources/db/changelog Expand file tree Collapse file tree 2 files changed +3
-2
lines changed 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 https ://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0 .xsd
7
- http://www.liquibase.org/xml/ns/dbchangelog-ext https ://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-3.8 .xsd
7
+ http://www.liquibase.org/xml/ns/dbchangelog-ext http ://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" >
8
8
9
9
<changeSet id =" 1" author =" marceloverdijk" >
10
10
<createTable tableName =" customer" >
Original file line number Diff line number Diff line change 7
7
^http://spockframework.org.*
8
8
^http://ganglia.sourceforge.net.*
9
9
^http://schemas.xmlsoap.org.*
10
+ ^http://www.liquibase.org/xml/ns/dbchangelog/.*
You can’t perform that action at this time.
0 commit comments