add init
Some checks are pending
renovate / renovate (push) Waiting to run
lint-test-helm / helm-lint (push) Successful in 16s

This commit is contained in:
2025-10-03 19:29:57 -05:00
parent 034b54eeeb
commit 5e1274ac3d

View File

@@ -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: