added free agents

This commit is contained in:
2026-02-22 22:44:17 +11:00
parent bfd62cf7a3
commit 2fd5bcf4f5
15 changed files with 1549 additions and 98 deletions

View File

@@ -39,4 +39,8 @@ const (
FixturesManage Permission = "fixtures.manage"
FixturesCreate Permission = "fixtures.create"
FixturesDelete Permission = "fixtures.delete"
// Free Agent permissions
FreeAgentsAdd Permission = "free_agents.add"
FreeAgentsRemove Permission = "free_agents.remove"
)