Update 10-vector.sh

This commit is contained in:
Alexandre
2024-01-31 13:03:21 +01:00
committed by GitHub
parent 97d3541f40
commit 89e525a10d

View File

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