Skip to content

Commit

Permalink
Update 10-vector.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 31, 2024
1 parent 97d3541 commit 89e525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ echo "DROP EXTENSION IF EXISTS vectors;
\q"> setup_postgres.sql

# Enable vectors
psql \"postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT" < setup_postgres.sql || true
psql "postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT" < setup_postgres.sql || true

0 comments on commit 89e525a

Please sign in to comment.