mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9555 from creative-commoners/pulls/4.6/fix-tempdb-regression
This commit is contained in:
commit
2048db1101
@ -319,6 +319,8 @@ class TempDatabase
|
|||||||
$this->kill();
|
$this->kill();
|
||||||
$this->build();
|
$this->build();
|
||||||
$this->rebuildTables($extraDataObjects);
|
$this->rebuildTables($extraDataObjects);
|
||||||
|
|
||||||
|
$this->skippedException = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user