diff --git a/src/main/resources/db/80/V1000_63__chusan_xverse_events_071_to_300.sql b/src/main/resources/db/80/V1000_63__chusan_xverse_events_071_to_300.sql index 07360bee..84ddb47a 100644 --- a/src/main/resources/db/80/V1000_63__chusan_xverse_events_071_to_300.sql +++ b/src/main/resources/db/80/V1000_63__chusan_xverse_events_071_to_300.sql @@ -104,11 +104,9 @@ VALUES (17482, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true), (17483, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true), (17484, 2, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true), - (17485, 17, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true), - (900001, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true), - (900002, 3, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true) + (17485, 17, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true) ON DUPLICATE KEY UPDATE type = VALUES(type), end_date = VALUES(end_date), start_date = VALUES(start_date), - enable = VALUES(enable); \ No newline at end of file + enable = VALUES(enable);