We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postgres-vector
Stop DBs
1 parent 19f1aad commit eb6bc83Copy full SHA for eb6bc83
.github/workflows/release-feature-branch.yaml
@@ -285,6 +285,7 @@ jobs:
285
case "$db" in
286
postgres) compose_files+=("-f" "compose/postgres.yml") ;;
287
postgres-postgis) compose_files+=("-f" "compose/postgres-postgis.yml") ;;
288
+ postgres-vector) compose_files+=("-f" "compose/postgres-vector.yml") ;;
289
mysql) compose_files+=("-f" "compose/mysql.yml") ;;
290
singlestore) compose_files+=("-f" "compose/singlestore.yml") ;;
291
singlestore-many) compose_files+=("-f" "compose/singlestore-many.yml") ;;
0 commit comments