Bladeren bron

minor fix

Olivier Massot 4 maanden geleden
bovenliggende
commit
7db50fecef
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      src/Commands/Doctrine/OtDbCheckCommand.php

+ 3 - 1
src/Commands/Doctrine/OtDbCheckCommand.php

@@ -62,7 +62,8 @@ class OtDbCheckCommand extends Command
         'tag_control',
         'tag_educationNotation',
         'tag_educationStudent',
-        'tag_repair'
+        'tag_repair',
+        'Audit_.*'
     ];
 
     public function __construct(
@@ -101,6 +102,7 @@ class OtDbCheckCommand extends Command
             foreach ($tables as $table) {
                 try {
                     if (preg_match('/^' . implode('|', self::IGNORE_EMPTY_TABLES) . '$/', $table)) {
+                        $this->logger->debug(sprintf('Table %s: -- ignored --', $table));
                         continue;
                     }