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');