8000 introducing lock file #2 · javanile/mysql-import@46a9e8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 46a9e8d

Browse files
introducing lock file #2
1 parent 4bce5e3 commit 46a9e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MysqlImport.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ protected function messageUnknownOption()
330330
protected function writeLockFile()
331331
{
332332
$json = [
333-
'database' => $this->database
333+
'database' => $this->database,
334+
'force' => $this->force,
334335
];
335336

336337
file_put_contents($this->lockFile, json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));

0 commit comments

Comments
 (0)
0