Added internal part number field to parts

This commit is contained in:
Jan Böhmer 2022-12-04 02:28:47 +01:00
parent 81abf36867
commit b1d359f538
12 changed files with 123 additions and 3 deletions

View file

@ -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('');