Removed warnings about changed permissions, as the old changes are reset later, and we now do the permission migration in Part-DB directly

This commit is contained in:
Jan Böhmer 2023-04-08 23:29:23 +02:00
parent 2717d7d311
commit 036eaf3bae
4 changed files with 0 additions and 16 deletions

View file

@ -66,8 +66,6 @@ final class Version20190913141126 extends AbstractMultiPlatformMigration
';
$this->addSql($sql);
$this->printPermissionUpdateMessage();
}
public function mySQLDown(Schema $schema): void