瀏覽代碼

minor fix

Olivier Massot 4 月之前
父節點
當前提交
7db50fecef
共有 1 個文件被更改,包括 3 次插入1 次删除
  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;
                     }