diff --git a/src/main/resources/db/migration/mariadb/V254__add_maimai_140_h041_events.sql b/src/main/resources/db/migration/mariadb/V254__add_maimai_140_h041_events.sql new file mode 100644 index 00000000..1591cd8c --- /dev/null +++ b/src/main/resources/db/migration/mariadb/V254__add_maimai_140_h041_events.sql @@ -0,0 +1,4 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES +(24011111, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24011121, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24011141, '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/mysql/V254__add_maimai_140_h041_events.sql b/src/main/resources/db/migration/mysql/V254__add_maimai_140_h041_events.sql new file mode 100644 index 00000000..1591cd8c --- /dev/null +++ b/src/main/resources/db/migration/mysql/V254__add_maimai_140_h041_events.sql @@ -0,0 +1,4 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES +(24011111, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24011121, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24011141, '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/V254__add_maimai_140_h041_events.sql b/src/main/resources/db/migration/sqlite/V254__add_maimai_140_h041_events.sql new file mode 100644 index 00000000..1591cd8c --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V254__add_maimai_140_h041_events.sql @@ -0,0 +1,4 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES +(24011111, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24011121, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'), +(24011141, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 0, '1'); \ No newline at end of file