[F] Fix migration collision

This commit is contained in:
Azalea
2025-08-01 00:22:21 +09:00
parent 0a37c2a854
commit 218d2788e8
2 changed files with 16 additions and 16 deletions

View File

@@ -1,16 +1,16 @@
INSERT INTO chusan_game_event (id, type, end_date, start_date, enable) INSERT INTO chusan_game_event (id, type, end_date, start_date, enable)
VALUES VALUES
(16550, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true), (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), (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), (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), (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), (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), (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), (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), (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), (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), (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), (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), (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), (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); (16563, 10, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true);