FluidCalendar: Switch to safer DB operations ()

This commit is contained in:
Chris
2025-03-19 13:47:00 -04:00
committed by GitHub
parent 8c8412c7f8
commit 1035318f84
2 changed files with 2 additions and 2 deletions

@ -48,7 +48,7 @@ function update_script() {
export NEXT_TELEMETRY_DISABLED=1 export NEXT_TELEMETRY_DISABLED=1
$STD npm install --legacy-peer-deps $STD npm install --legacy-peer-deps
$STD npm run prisma:generate $STD npm run prisma:generate
$STD npm run prisma:migrate $STD npx prisma migrate deploy
$STD npm run build:os $STD npm run build:os
msg_ok "Updated $APP to v${RELEASE}" msg_ok "Updated $APP to v${RELEASE}"

@ -74,7 +74,7 @@ export NEXT_TELEMETRY_DISABLED=1
cd /opt/fluid-calendar cd /opt/fluid-calendar
$STD npm install --legacy-peer-deps $STD npm install --legacy-peer-deps
$STD npm run prisma:generate $STD npm run prisma:generate
$STD npm run prisma:migrate $STD npx prisma migrate deploy
$STD npm run build:os $STD npm run build:os
msg_ok "Setup ${APPLICATION}" msg_ok "Setup ${APPLICATION}"