Update 10-vector.sh

This commit is contained in:
Alexandre
2025-01-14 21:47:59 +01:00
committed by GitHub
parent 7e3db1e281
commit 787cfe1fac

View File

@@ -27,3 +27,4 @@ echo "DROP EXTENSION IF EXISTS vectors;
# Enable vectors
psql "postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT" < /setup_postgres.sql >/dev/null || true
rm /setup_postgres.sql