Files
Momento/memento-note/prisma
Antigravity dc4244f2ad
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m21s
fix: pgvector deployment — idempotent migration, pgvector image, schema sync
- docker-compose.yml: switch postgres:16-alpine to pgvector/pgvector:pg16
- migration: rewrite with IF NOT EXISTS guards, DO block for safe
  text→vector(1536) conversion, handles partial/re-run states
- schema.prisma (both): add @default(now()) on NoteEmbedding.updatedAt,
  sync mcp-server embedding type to Unsupported("vector(1536)")
- deploy.yaml: add docker compose pull postgres before build
2026-05-12 07:28:03 +00:00
..
2026-04-20 22:48:06 +02:00