update holidays photo
Deploy HouseHub / deploy (push) Successful in 2s

This commit is contained in:
2026-07-30 18:17:03 +02:00
parent 074d8e12d2
commit 685c649e7c
4 changed files with 1223 additions and 1455 deletions
+2 -1
View File
@@ -309,7 +309,8 @@ CREATE TABLE IF NOT EXISTS pf_holidays (
budget_extra DECIMAL(10,2) DEFAULT 0,
notes TEXT DEFAULT NULL,
vehicle_id INT DEFAULT NULL,
return_step_id INT DEFAULT NULL, -- 🔥 NOUVEAU : Point de bascule du retour
return_step_id INT DEFAULT NULL,
image_url VARCHAR(500) DEFAULT NULL,
FOREIGN KEY (vehicle_id) REFERENCES pf_vehicles(id) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;