mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 03:47:26 +08:00
chore: add a172 event ids (#156)
Co-authored-by: 凌莞~(=^▽^=) <i@gao4.pw>
This commit is contained in:
16
src/main/resources/db/80/V1000_52_chusan_verse_event_172.sql
Normal file
16
src/main/resources/db/80/V1000_52_chusan_verse_event_172.sql
Normal file
@@ -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);
|
||||||
Reference in New Issue
Block a user