fleet-platform/db
kianiadee 0265477f46
Some checks are pending
build / lint-test (push) Waiting to run
build / build-push (push) Blocked by required conditions
fix: fn_vehicle_trips takes bigint (domain.vehicles.vehicle_id is bigserial)
PG function overloading is type-strict: integer→bigint isn't implicit. The
prior signature (integer, date) didn't match callers passing vehicle_id
directly. Also prepends a DROP for the integer-signature in case the
previous migration ran and left a now-orphan function around.
2026-05-27 14:36:45 +03:00
..
migrations fix: fn_vehicle_trips takes bigint (domain.vehicles.vehicle_id is bigserial) 2026-05-27 14:36:45 +03:00