File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
66 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd" >
77
8- <changeSet author =" tim" id =" tab1_seq" failOnError = " true " >
8+ <changeSet author =" tim" id =" tab1_seq" >
99 <sqlFile dbms =" oracle"
1010 endDelimiter =" ;"
1111 path =" ../scripts/tab1_seq.sql"
1212 relativeToChangelogFile =" true"
1313 splitStatements =" true"
1414 stripComments =" false" />
1515 </changeSet >
16- <changeSet author =" tim" id =" tab1" failOnError = " true " >
16+ <changeSet author =" tim" id =" tab1" >
1717 <sqlFile dbms =" oracle"
1818 endDelimiter =" ;"
1919 path =" ../scripts/tab1.sql"
2020 relativeToChangelogFile =" true"
2121 splitStatements =" true"
2222 stripComments =" false" />
2323 </changeSet >
24- <changeSet author =" tim" id =" get_tab1_count" failOnError = " true " >
24+ <changeSet author =" tim" id =" get_tab1_count" >
2525 <sqlFile dbms =" oracle"
2626 endDelimiter =" ;"
2727 path =" ../scripts/get_tab1_count.sql"
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
66 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd" >
77
8- <changeSet author =" tim" id =" tab2_seq" failOnError = " true " >
8+ <changeSet author =" tim" id =" tab2_seq" >
99 <sqlFile dbms =" oracle"
1010 endDelimiter =" ;"
1111 path =" ../scripts/tab2_seq.sql"
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
66 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd" >
77
8- <changeSet author =" tim" id =" create_dev_workspace_user" failOnError = " true " >
8+ <changeSet author =" tim" id =" create_dev_workspace_user" >
99 <sqlFile dbms =" oracle"
1010 endDelimiter =" ;"
1111 path =" ../scripts/create_dev_workspace_user.sql"
You can’t perform that action at this time.
0 commit comments