소스 검색

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