Merge pull request #1492 from tomfrenzel/sparkyfitness-pg

sparkyfitness: postgresql related refactoring
This commit is contained in:
CanbiZ (MickLesk)
2026-02-22 14:24:09 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ function update_script() {
fi
NODE_VERSION="25" setup_nodejs
PG_VERSION="15" setup_postgresql
PG_VERSION="18" setup_postgresql
if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then
msg_info "Stopping Services"