Files
Homme/db/init/01-extensions.sql
Mohammad Zwaib d475aed9fe Fourth commit
2026-07-07 20:54:51 +02:00

4 lines
178 B
SQL

-- Runs automatically the first time the DB volume is created.
-- Enables pgvector so Hibernate can map the vector(1536) embedding column.
CREATE EXTENSION IF NOT EXISTS vector;