Completed matches scheduling

This commit is contained in:
2025-07-20 01:08:51 +02:00
parent 99e8b4ce55
commit f2efe52fcb
10 changed files with 554 additions and 368 deletions

View File

@@ -58,7 +58,7 @@ async function resetTournament() {
console.log('🏆 Creating new tournament...');
const tournament = await prisma.tournament.create({
data: {
name: 'Championship Tournament',
name: 'Spring Championship 2024',
date: new Date(),
location: 'Main Arena'
}