Skip to content

Commit 2646d86

Browse files
committed
Removed failOnError="true". Only needed on changeset with runOracleScript inside.
1 parent 3bb0971 commit 2646d86

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

normal/changelogs/changelog_setup_tab1.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
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"

normal/changelogs/changelog_setup_tab2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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"

privileged/changelogs/changelog_create_dev_workspace_user.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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"

0 commit comments

Comments
 (0)