Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e8c1e4b

Browse files
committedJul 1, 2024
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‎

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.