Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Edadil
MS
model
Commits
789819bc
Commit
789819bc
authored
2 weeks ago
by
Шаронов Егор Алексеевич
Browse files
Options
Download
Patches
Plain Diff
add extensions
parent
c914bf9f
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
migrations/init.sql
+3
-0
migrations/init.sql
with
3 additions
and
0 deletions
+3
-0
migrations/init.sql
+
3
−
0
View file @
789819bc
-- Включаем расширения для генерации 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
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets