mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-20 06:08:52 +01:00
Added internal part number field to parts
This commit is contained in:
@@ -130,7 +130,9 @@ abstract class AbstractMultiPlatformMigration extends AbstractMigration
|
||||
public function postUp(Schema $schema): void
|
||||
{
|
||||
parent::postUp($schema);
|
||||
$this->logger->warning('<question>[!!!] Permissions were updated! Please check if they fit your expectations!</question>');
|
||||
if($this->permissions_updated) {
|
||||
$this->logger->warning('<question>[!!!] Permissions were updated! Please check if they fit your expectations!</question>');
|
||||
}
|
||||
|
||||
if (!empty($this->admin_pw)) {
|
||||
$this->logger->warning('');
|
||||
|
||||
Reference in New Issue
Block a user