mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-01 07:49:33 +00:00
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:
parent
2717d7d311
commit
036eaf3bae
4 changed files with 0 additions and 16 deletions
|
|
@ -34,8 +34,6 @@ final class Version20200311204104 extends AbstractMultiPlatformMigration
|
|||
$sql = 'UPDATE `groups`'.
|
||||
'SET perms_parts_parameters = 681 WHERE (id = 2 AND name = "readonly");';
|
||||
$this->addSql($sql);
|
||||
|
||||
$this->printPermissionUpdateMessage();
|
||||
}
|
||||
|
||||
public function mySQLDown(Schema $schema): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue