update DB table

This commit is contained in:
2025-12-28 00:43:37 +01:00
parent 3f903f8fcc
commit bc2ab5d799
2 changed files with 16 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ echo "🚀 Starting TestArena Deployment..."
# 1. Install System Dependencies
echo "📦 Installing system dependencies..."
apt-get update
apt-get install -y nginx python3-pip python3-venv sqlite3
apt-get install -y nginx python3-pip python3-venv sqlite3 perl
# 1.1 Database Migration (Add source column if missing)
echo "🗄️ Checking database schema..."