finals generation added

This commit is contained in:
2026-03-08 18:12:03 +11:00
parent 26ee81964d
commit 1cab39a4f7
13 changed files with 1916 additions and 51 deletions

View File

@@ -40,6 +40,9 @@ const (
FixturesCreate Permission = "fixtures.create"
FixturesDelete Permission = "fixtures.delete"
// Playoffs permissions
PlayoffsManage Permission = "playoffs.manage"
// Free Agent permissions
FreeAgentsAdd Permission = "free_agents.add"
FreeAgentsRemove Permission = "free_agents.remove"