Add Registration Period fields

This commit is contained in:
2026-03-06 23:47:54 +01:00
parent a4f449fe5f
commit a4026636b5
3 changed files with 23 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
id,title,author,year
Demo Tournament ,This is a demo tournament, 6, 0
Demo Tournament 2,This is a second demo tournament, 12, 5
Demo Tournament 3,This is a third demo tournament, 8, 8
name,description,maxTeamAmount,currentTeamAmount,registrationStartDate,registrationEndDate
Demo Tournament ,This is a demo tournament, 6, 0, 2026-02-01, 2026-02-28
Demo Tournament 2,This is a second demo tournament, 12, 5, 2026-03-01, 2026-03-15
Demo Tournament 3,This is a third demo tournament, 8, 8, 2026-03-10, 2026-03-20
1 id name title description author maxTeamAmount year currentTeamAmount registrationStartDate registrationEndDate
2 Demo Tournament Demo Tournament This is a demo tournament This is a demo tournament 6 6 0 0 2026-02-01 2026-02-28
3 Demo Tournament 2 Demo Tournament 2 This is a second demo tournament This is a second demo tournament 12 12 5 5 2026-03-01 2026-03-15
4 Demo Tournament 3 Demo Tournament 3 This is a third demo tournament This is a third demo tournament 8 8 8 8 2026-03-10 2026-03-20