Skip to content

Commit 5f23b17

Browse files
authored
BE-225: Add IF NOT EXISTS to vector extension creation (#8144)
1 parent 469eb01 commit 5f23b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/@local/graph/postgres-store/postgres_migrations/V12__similarity_search.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE EXTENSION "vector";
1+
CREATE EXTENSION IF NOT EXISTS "vector";
22

33
CREATE TABLE "entity_embeddings" (
44
"web_id" UUID NOT NULL,

0 commit comments

Comments
 (0)