From f239d498ad4758470f21852ec4c4e41ecf13a046 Mon Sep 17 00:00:00 2001 From: Becods Date: Tue, 15 Oct 2024 10:35:05 +0800 Subject: [PATCH] [+] Chusan Luminous Plus A071 --- .../mariadb/V260__add_chusan_luminous_plus_event.sql | 8 ++++++++ .../sqlite/V260__add_chusan_luminous_plus_event.sql | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/src/main/resources/db/migration/mariadb/V260__add_chusan_luminous_plus_event.sql b/src/main/resources/db/migration/mariadb/V260__add_chusan_luminous_plus_event.sql index 5f036ade..ba514282 100644 --- a/src/main/resources/db/migration/mariadb/V260__add_chusan_luminous_plus_event.sql +++ b/src/main/resources/db/migration/mariadb/V260__add_chusan_luminous_plus_event.sql @@ -78,3 +78,11 @@ INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (1 INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15069, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15070, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15071, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15100, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 3, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15101, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15102, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 2, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15103, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15104, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15106, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 11, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15107, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 4, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15108, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 5, true); diff --git a/src/main/resources/db/migration/sqlite/V260__add_chusan_luminous_plus_event.sql b/src/main/resources/db/migration/sqlite/V260__add_chusan_luminous_plus_event.sql index 5f036ade..ba514282 100644 --- a/src/main/resources/db/migration/sqlite/V260__add_chusan_luminous_plus_event.sql +++ b/src/main/resources/db/migration/sqlite/V260__add_chusan_luminous_plus_event.sql @@ -78,3 +78,11 @@ INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (1 INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15069, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15070, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15071, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15100, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 3, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15101, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15102, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 2, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15103, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 8, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15104, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 1, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15106, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 11, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15107, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 4, true); +INSERT INTO chusan_game_event (id, end_date, start_date, type, enable) VALUES (15108, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000', 5, true);