Skip to content

Commit e562dd3

Browse files
committed
apply suggestions from code review
1 parent 79e0a14 commit e562dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Database/MigrationRunner.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,8 @@ protected function ensureLockTable(): string
883883
$lockTable = $this->table . '_lock';
884884

885885
if ($this->lockTableChecked || $this->db->tableExists($lockTable)) {
886+
$this->lockTableChecked = true;
887+
886888
return $lockTable;
887889
}
888890

0 commit comments

Comments
 (0)