-- Données d'exemple pour le module Planning INSERT IGNORE INTO planning_tasks (title, type, start_datetime, end_datetime, status, technician_id, incident_id, location_id, notes, color) VALUES ('Préventif - Inspection Cocody', 'préventive', '2025-11-06 09:00:00', '2025-11-06 12:00:00', 'Planifié', NULL, NULL, 2, 'Contrôle climatisation et filtres', '#0d6efd'), ('Correctif - Liaison Plateau', 'corrective', '2025-11-06 14:00:00', '2025-11-06 16:30:00', 'Planifié', NULL, 1, 1, 'Réparation fibre optique', '#dc3545');