diff --git a/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql b/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql index e0e54d66..ee3619b1 100644 --- a/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql +++ b/src/main/resources/db/migration/mariadb/V257__add_maimai_140_h061_events.sql @@ -1,3 +1,3 @@ INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (24030813, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), -(24030822, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), \ No newline at end of file +(24030822, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'); \ No newline at end of file diff --git a/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql b/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql index e0e54d66..ee3619b1 100644 --- a/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql +++ b/src/main/resources/db/migration/sqlite/V257__add_maimai_140_h061_events.sql @@ -1,3 +1,3 @@ INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (24030813, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), -(24030822, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), \ No newline at end of file +(24030822, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'); \ No newline at end of file