Update 10-vector.sh

This commit is contained in:
Alexandre
2024-12-05 06:41:11 +01:00
committed by GitHub
parent 555685e931
commit c06ca33e23

View File

@@ -24,4 +24,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