-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
If a table contains uuidv7() as a DEFAULT it will not work since the image used on the getPsqlDriver (reference) uses pgvector/pgvector:0.8.0-pg16 (Postgres 16) and fails on migrate. A newer image is available as 0.8.1-pg18-trixie.
Another option would be to allow custom images on the getPsqlDriver as well, so it detaches bob from subsequent postgres releases.
Error logs:
go generate ./...
migrating static/migration/20260131114331_init.down.sql...
migrating static/migration/20260131114331_init.up.sql...
getting psql driver: migrating: migrating static/migration/20260131114331_init.up.sql: pq: function uuidv7() does not exist
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed