This commit is contained in:
2023-04-12 10:07:45 +08:00
parent 522d9233ca
commit 6aac4ac878
-1
View File
@@ -93,7 +93,6 @@ class BackupCommand extends Command
}
file_put_contents($tmp, '');
file_put_contents($tmp, $database . ';' . PHP_EOL, FILE_APPEND);
$tableCreator = next($tableInfo);
if (preg_match('/AUTO_INCREMENT=\d+\s/', $tableCreator)) {