4 lines
100 B
SQL
4 lines
100 B
SQL
-- Enable extensions
|
|
CREATE EXTENSION IF NOT EXISTS vector;
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|