Update _bootstrapStandalone.tpl

This commit is contained in:
Kjeld Schouten
2024-03-11 21:35:10 +01:00
committed by GitHub
parent 1cad55e579
commit 5a005676da

View File

@@ -30,8 +30,7 @@
{{- if eq $objectData.type "vectors" -}}
{{- $postInitApplicationSQL = concat $postInitApplicationSQL (list
"CREATE EXTENSION IF NOT EXISTS vectors;"
"GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;") -}}
"CREATE EXTENSION IF NOT EXISTS vectors;") -}}
{{- end -}}
{{- if $objectData.cluster.initdb -}}