{"query": "\ninsert into public.app_users (username,password_hash,role,created_at,last_login)\nvalues ('admin','$2b$12$GDNl1oVqcnjahOuhjIoeMOwDNi0KKHi6MSS0Keb63EAK3sZWIeYWO','admin','2026-06-06T16:20:36.760923+00:00','2026-06-08T03:20:40.740582+00:00')\non conflict (username) do update set password_hash=excluded.password_hash, role=excluded.role, last_login=excluded.last_login;\n\n\ninsert into public.containers (container, interval_minutes, added_at, last_poll_ts, last_poll_at, last_data, last_status, last_error)\nvalues ('MEDU9730548',1440,'2026-06-05T20:00:00Z',1780868970.8843908,'2026-06-07T21:49:41.703521+00:00','{\"container\": \"MEDU9730548\", \"bill_of_lading\": \"MEDUJ0738446\", \"shipped_from\": \"MOIN, CR\", \"shipped_to\": \"YOKOHAMA, JP\", \"port_of_load\": \"MOIN, CR\", \"port_of_discharge\": \"YOKOHAMA, JP\", \"transshipments\": [\"CRISTOBAL, PA\", \"RODMAN, PA\"], \"pod_eta\": \"04/07/2026\", \"latest_move\": \"COLON, PA\", \"container_type\": \"40'' HIGH CUBE REEFER\", \"delivered\": false, \"events\": [{\"date\": \"04/07/2026\", \"location\": \"YOKOHAMA, JP\", \"description\": \"Estimated Time of Arrival\", \"vessel\": \"RDO ACE\", \"voyage\": \"2615W\"}, {\"date\": \"10/06/2026\", \"location\": \"RODMAN, PA\", \"description\": \"Full Intended Transshipment\", \"vessel\": \"RDO ACE\", \"voyage\": \"2615W\"}, {\"date\": \"08/06/2026\", \"location\": \"RODMAN, PA\", \"description\": \"Estimated Time of Arrival\", \"vessel\": \"24\", \"voyage\": \"\"}, {\"date\": \"08/06/2026\", \"location\": \"COLON, PA\", \"description\": \"Full Intended Transshipment\", \"vessel\": \"24\", \"voyage\": \"\"}, {\"date\": \"25/05/2026\", \"location\": \"COLON, PA\", \"description\": \"Full Transshipment Discharged\", \"vessel\": \"MSC PASSION III\", \"voyage\": \"PH620R\"}, {\"date\": \"24/05/2026\", \"location\": \"MOIN, CR\", \"description\": \"Export Loaded on Vessel\", \"vessel\": \"MSC PASSION III\", \"voyage\": \"PH620R\"}, {\"date\": \"22/05/2026\", \"location\": \"MOIN, CR\", \"description\": \"Export received at CY\", \"vessel\": \"LADEN\", \"voyage\": \"\"}, {\"date\": \"22/05/2026\", \"location\": \"PUERTO LIMON, CR\", \"description\": \"Empty to Shipper\", \"vessel\": \"EMPTY\", \"voyage\": \"\"}], \"_fetched_at\": 1780868981}'::jsonb,200,NULL)\non conflict (container) do update set interval_minutes=excluded.interval_minutes,last_poll_ts=excluded.last_poll_ts,last_poll_at=excluded.last_poll_at,last_data=excluded.last_data,last_status=excluded.last_status,last_error=excluded.last_error;\n"}
