This commit is contained in:
DariusIII
2026-04-27 17:01:10 +02:00
parent b1a6541033
commit 9e86f97824
6 changed files with 2 additions and 8 deletions
@@ -62,9 +62,8 @@ return new class extends Migration
$rows = DB::select("SHOW INDEX FROM {$table} WHERE Key_name = ?", [$indexName]);
return count($rows) > 0;
} catch (\Throwable) {
} catch (Throwable) {
return false;
}
}
};