Skip to content

Commit

Permalink
Add role for BAPC tools to set the contest.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jul 1, 2024
1 parent 830117f commit e8c1e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/migrations/Version20240629154640.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

final class Version20240629154640 extends AbstractMigration
{
private const NEW_ROLES = ['api_problem_change' => 'API Problem Changer'];
private const NEW_ROLES = ['api_problem_change' => 'API Problem Changer',
'api_contest_change' => 'API Contest Changer'];

public function getDescription(): string
{
Expand Down

0 comments on commit e8c1e4b

Please sign in to comment.