Skip to content

Commit e8c1e4b

Browse files
committed
Add role for BAPC tools to set the contest.
1 parent 830117f commit e8c1e4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapp/migrations/Version20240629154640.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
final class Version20240629154640 extends AbstractMigration
1111
{
12-
private const NEW_ROLES = ['api_problem_change' => 'API Problem Changer'];
12+
private const NEW_ROLES = ['api_problem_change' => 'API Problem Changer',
13+
'api_contest_change' => 'API Contest Changer'];
1314

1415
public function getDescription(): string
1516
{

0 commit comments

Comments
 (0)