chore: add a172 event ids (#156)

Co-authored-by: 凌莞~(=^▽^=) <i@gao4.pw>
This commit is contained in:
Paiton Bertschy
2025-07-31 04:54:44 -04:00
committed by GitHub
co-authored by 凌莞~
parent 4fb815a184
commit 955743aecd
2 changed files with 17 additions and 1 deletions
@@ -154,4 +154,4 @@ VALUES
(16311,4,'2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16312,11,'2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(99000,3,'2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(99001,3,'2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true);
(99001,3,'2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true);
@@ -0,0 +1,16 @@
INSERT INTO chusan_game_event (id, type, end_date, start_date, enable)
VALUES
(16550, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16551, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16552, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16553, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16554, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16555, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16556, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16557, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16558, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16559, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16560, 8, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16561, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16562, 7, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
(16563, 10, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true);