Skip to content

Commit

Permalink
Rm pgvectorscale
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Sep 27, 2024
1 parent 4aadb95 commit ff57f09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/paradedb/templates/_bootstrap.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bootstrap:
- CREATE EXTENSION IF NOT EXISTS pg_analytics;
- CREATE EXTENSION IF NOT EXISTS pg_ivm;
- CREATE EXTENSION IF NOT EXISTS vector;
- CREATE EXTENSION IF NOT EXISTS vectorscale;
- ALTER DATABASE "{{ default "app" .Values.cluster.initdb.database }}" SET search_path TO public,paradedb;
{{- end }}
{{- with .Values.cluster.initdb }}
Expand All @@ -30,7 +29,6 @@ bootstrap:
- CREATE EXTENSION IF NOT EXISTS pg_analytics;
- CREATE EXTENSION IF NOT EXISTS pg_ivm;
- CREATE EXTENSION IF NOT EXISTS vector;
- CREATE EXTENSION IF NOT EXISTS vectorscale;
- ALTER DATABASE template1 SET search_path TO public,paradedb;
{{- end }}
{{- with .Values.cluster.initdb }}
Expand Down

0 comments on commit ff57f09

Please sign in to comment.