From cd53e612ef20152f4c69cd71a7acb3bab108d770 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 23 May 2026 17:34:14 -0400 Subject: [PATCH] Add dex_report_date, deployed, pulled_date to ASSET_COLUMNS reference list --- cantaloupe_sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cantaloupe_sync.py b/cantaloupe_sync.py index a6eab12..6d91de4 100644 --- a/cantaloupe_sync.py +++ b/cantaloupe_sync.py @@ -92,6 +92,7 @@ ASSET_COLUMNS = [ "floor", "room", "trailer_number", "walking_directions", "map_link", "parking_location", "photo_path", "latitude", "longitude", "geofence_radius_meters", + "dex_report_date", "deployed", "pulled_date", ] # Heuristic keywords → canonical column. Order matters — first match wins.