add init
This commit is contained in:
@@ -253,6 +253,8 @@ postgres-17-cluster:
|
|||||||
initdb:
|
initdb:
|
||||||
postInitSQL:
|
postInitSQL:
|
||||||
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
|
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
|
||||||
|
- ALTER TABLE smart_search ALTER COLUMN embedding SET DATA TYPE vector(512);
|
||||||
|
- ALTER TABLE face_search ALTER COLUMN embedding SET DATA TYPE vector(512);"
|
||||||
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
|
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
|
||||||
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
|
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
|
||||||
recovery:
|
recovery:
|
||||||
|
Reference in New Issue
Block a user