Files
mars3142 028c835800
CI / test (push) Successful in 54s
CI / build-and-push (push) Successful in 33s
CI / deploy (push) Successful in 5s
Use Postgres 18's native uuidv7() instead of app-level generation
Postgres 18 (already the pinned image) ships uuidv7() as a built-in
function, so the app-level generator from the previous commit was
unnecessary: same v7 ids, one line per column instead of a dependency
plus a lib file, and it now works no matter what actually performs the
insert (a migration, psql, another service) rather than only inserts
that go through Drizzle's $defaultFn.

Verified: schema-driven Drizzle insert and a plain SQL insert via psql
both come back with a version-7-shaped id.

Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
2026-09-06 21:45:26 +02:00
..