Skip to content

Commit

Permalink
FIX 4.6 regression in the TempDatabase reset schema logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed Jun 22, 2020
1 parent 1094077 commit b4669ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ORM/Connect/TempDatabase.php
Expand Up @@ -319,6 +319,8 @@ public function resetDBSchema(array $extraDataObjects = [])
$this->kill();
$this->build();
$this->rebuildTables($extraDataObjects);

$this->skippedException = null;
}
}
}

0 comments on commit b4669ad

Please sign in to comment.