Commit 789819bc authored by Шаронов Егор Алексеевич's avatar Шаронов Егор Алексеевич
Browse files

add extensions

parent c914bf9f
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
-- Включаем расширения для генерации UUID и работы с векторами (если они ещё не включены)
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS vector;
CREATE EXTENSION IF NOT EXISTS pgcrypto;
CREATE EXTENSION IF NOT EXISTS vectorscale CASCADE;
CREATE EXTENSION IF NOT EXISTS ai CASCADE;
CREATE TABLE IF NOT EXISTS users (
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment