|
|
@@ -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;
|
|
|
}
|
|
|
|