mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-19 16:48:07 +00:00
FluidCalendar: Switch to safer DB operations (#3270)
This commit is contained in:
parent
8c8412c7f8
commit
1035318f84
@ -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}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user