From 49bf51b1dd3b7520586c98011a3b86b2149f6437 Mon Sep 17 00:00:00 2001 From: Dom Eori <4j6dq2zi8@relay.firefox.com> Date: Tue, 25 Apr 2023 17:34:13 +0900 Subject: [PATCH] [maimai2] Add new event data --- .../resources/db/migration/mariadb/V243__add_maimai_f061.sql | 2 ++ src/main/resources/db/migration/mysql/V243__add_maimai_f061.sql | 2 ++ .../resources/db/migration/sqlite/V243__add_maimai_f061.sql | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 src/main/resources/db/migration/mariadb/V243__add_maimai_f061.sql create mode 100644 src/main/resources/db/migration/mysql/V243__add_maimai_f061.sql create mode 100644 src/main/resources/db/migration/sqlite/V243__add_maimai_f061.sql diff --git a/src/main/resources/db/migration/mariadb/V243__add_maimai_f061.sql b/src/main/resources/db/migration/mariadb/V243__add_maimai_f061.sql new file mode 100644 index 00000000..1f471c57 --- /dev/null +++ b/src/main/resources/db/migration/mariadb/V243__add_maimai_f061.sql @@ -0,0 +1,2 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (23030212, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',0, '0'); +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (23030222, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',0, '1'); diff --git a/src/main/resources/db/migration/mysql/V243__add_maimai_f061.sql b/src/main/resources/db/migration/mysql/V243__add_maimai_f061.sql new file mode 100644 index 00000000..1f471c57 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V243__add_maimai_f061.sql @@ -0,0 +1,2 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (23030212, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',0, '0'); +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (23030222, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',0, '1'); diff --git a/src/main/resources/db/migration/sqlite/V243__add_maimai_f061.sql b/src/main/resources/db/migration/sqlite/V243__add_maimai_f061.sql new file mode 100644 index 00000000..1f471c57 --- /dev/null +++ b/src/main/resources/db/migration/sqlite/V243__add_maimai_f061.sql @@ -0,0 +1,2 @@ +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (23030212, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',0, '0'); +INSERT INTO `maimai2_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (23030222, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',0, '1');