mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
FluidCalendar: Switch to safer DB operations (#3270)
This commit is contained in:
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
|
||||
$STD npm install --legacy-peer-deps
|
||||
$STD npm run prisma:generate
|
||||
$STD npm run prisma:migrate
|
||||
$STD npx prisma migrate deploy
|
||||
$STD npm run build:os
|
||||
msg_ok "Updated $APP to v${RELEASE}"
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ export NEXT_TELEMETRY_DISABLED=1
|
|||
cd /opt/fluid-calendar
|
||||
$STD npm install --legacy-peer-deps
|
||||
$STD npm run prisma:generate
|
||||
$STD npm run prisma:migrate
|
||||
$STD npx prisma migrate deploy
|
||||
$STD npm run build:os
|
||||
msg_ok "Setup ${APPLICATION}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue