feat: add team_lead role to user management and update related functionalities

This commit is contained in:
2025-11-14 08:08:01 +01:00
parent eec0c0a281
commit 23b3c0e9e8
8 changed files with 123 additions and 5 deletions

View File

@@ -20,6 +20,10 @@ chmod -R 755 /app/public/uploads
echo "🔧 Setting up admin account..."
node scripts/create-admin.js
# Run any pending database migrations
echo "🔄 Running database migrations..."
./run-migrations.sh
# Start the application
echo "✅ Starting production server..."
exec npm start