mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-28 14:54:44 +02:00
Fixed code style.
This commit is contained in:
parent
1aed1d1d26
commit
9a7223a301
142 changed files with 534 additions and 716 deletions
|
@ -56,7 +56,7 @@ final class Version20190913141126 extends AbstractMigration
|
|||
WHERE id = 2 AND name = "readonly";';
|
||||
|
||||
$this->addSql($sql);
|
||||
|
||||
|
||||
$sql = 'UPDATE `groups`
|
||||
SET perms_parts_category = 5, perms_parts_minamount = 5, perms_parts_lots = 85, perms_parts_tags= 5,
|
||||
perms_parts_unit = 5, perms_parts_mass = 5, perms_parts_status = 5, perms_parts_mpn = 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue