Use capital letters

This commit is contained in:
DariusIII
2023-04-21 22:55:11 +02:00
parent 453b4c8b43
commit 2ef6903d94
@@ -64,7 +64,7 @@ class NntmuxOptimizeTables extends Command
{
$this->info('Checking table: '.$table);
$tableCheck = \DB::select('CHECK TABLE '.$table);
if ($tableCheck[0]->Msg_text !== 'Ok') {
if ($tableCheck[0]->Msg_text !== 'OK') {
$this->error('Table '.$table.' is corrupted. Please repair it.');
$this->info('Optimizing table: '.$table);
\DB::select('OPTIMIZE TABLE '.$table);