Skip to content

Commit

Permalink
SHIBUI-2273
Browse files Browse the repository at this point in the history
slight change for mariadb
  • Loading branch information
chasegawa committed Jun 29, 2022
1 parent 8df4253 commit 3f08c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/db/changelog/changelog.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- liquibase formatted sql

-- changeset liquibase:1.11.0.1 dbms:mysql
-- changeset liquibase:1.11.0.1 dbms:mysql,mariadb
-- preconditions onFail:MARK_RAN
-- precondition-sql-check expectedResult:1 SELECT count(*) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = N'users'
-- comment: /* we don't need to run this if the system is new */
Expand Down Expand Up @@ -60,7 +60,7 @@ ALTER TABLE service_name_aud
GO


-- changeset liquibase:1.11.0.1 dbms:mariadb,postgresql
-- changeset liquibase:1.11.0.1 dbms:postgresql
-- preconditions onFail:MARK_RAN
-- precondition-sql-check expectedResult:1 SELECT count(*) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = N'users'
-- comment: /* we don't need to run this if the system is new */
Expand Down

0 comments on commit 3f08c18

Please sign in to comment.