FIX 4.6 regression in the TempDatabase reset schema logic

This commit is contained in:
Serge Latyntcev 2020-06-22 16:17:14 +12:00
parent 1094077320
commit b4669ad1bb

View File

@ -319,6 +319,8 @@ class TempDatabase
$this->kill();
$this->build();
$this->rebuildTables($extraDataObjects);
$this->skippedException = null;
}
}
}