Skip to content

Commit

Permalink
REPORT-902 Add MariaDb into changeSet Entries
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Oct 23, 2023
1 parent 1fe2f2f commit 8d6efaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/resources/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<preConditions onFail="MARK_RAN">
<or>
<and>
<dbms type="mysql" />
<dbms type="mysql,mariadb" />
<sqlCheck expectedResult="1">
SELECT count(*)
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE KCU
Expand All @@ -120,7 +120,7 @@
</and>
<and>
<not>
<dbms type="mysql" />
<dbms type="mysql,mariadb" />
</not>
<foreignKeyConstraintExists foreignKeyName="report_definition_id_for_reporting_report_design"/>
</and>
Expand Down

0 comments on commit 8d6efaa

Please sign in to comment.