Skip to content

Commit

Permalink
Update webapp/migrations/Version20240629154640.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Jul 3, 2024
1 parent 9c9f1f0 commit 3b1163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/migrations/Version20240629154640.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function up(Schema $schema): void

public function down(Schema $schema): void
{
foreach(array_keys(self::NEW_ROLES) as $role) {
foreach (array_keys(self::NEW_ROLES) as $role) {
$this->addSql('DELETE FROM role WHERE role = ' . $role );
}
}
Expand Down

0 comments on commit 3b1163e

Please sign in to comment.