mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 09:37:27 +08:00
chore: remove a300 events (dummy events)
This commit is contained in:
@@ -104,11 +104,9 @@ VALUES
|
|||||||
(17482, 1, '2029-01-01 00:00:00.000000','2019-01-01 00:00:00.000000',true),
|
(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),
|
(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),
|
(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),
|
(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)
|
|
||||||
ON DUPLICATE KEY UPDATE
|
ON DUPLICATE KEY UPDATE
|
||||||
type = VALUES(type),
|
type = VALUES(type),
|
||||||
end_date = VALUES(end_date),
|
end_date = VALUES(end_date),
|
||||||
start_date = VALUES(start_date),
|
start_date = VALUES(start_date),
|
||||||
enable = VALUES(enable);
|
enable = VALUES(enable);
|
||||||
|
|||||||
Reference in New Issue
Block a user