mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	FluidCalendar: Switch to safer DB operations (#3270)
This commit is contained in:
		@@ -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}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user