metal-kompanion/db/init/002_extensions.sql

3 lines
79 B
SQL

CREATE EXTENSION IF NOT EXISTS vector;
CREATE EXTENSION IF NOT EXISTS pg_trgm;