remove vector
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m8s

This commit is contained in:
2025-10-03 19:41:29 -05:00
parent 1f1ace4217
commit 7e32e7fe7e

View File

@@ -253,7 +253,6 @@ postgres-17-cluster:
initdb: initdb:
postInitSQL: postInitSQL:
- CREATE EXTENSION IF NOT EXISTS "vector"; - CREATE EXTENSION IF NOT EXISTS "vector";
- CREATE EXTENSION IF NOT EXISTS "vectors";
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE; - CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
- 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;