Files

7 lines
110 B
SQL

CREATE DATABASE app;
\c app;
CREATE EXTENSION IF NOT EXISTS vector;
CREATE EXTENSION IF NOT EXISTS pg_trgm;