This commit is contained in:
ITQ
2025-11-22 01:23:30 +03:00
parent 0e6d60e165
commit a207e5a217
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,5 @@
CREATE DATABASE app;
\c app;
CREATE EXTENSION IF NOT EXISTS vector;