chore: remove a300 events (dummy events)

This commit is contained in:
Paiton Bertschy
2025-12-12 13:55:29 -06:00
committed by Azalea
parent dfa6176689
commit 448426a96d

View File

@@ -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);
enable = VALUES(enable);