mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX 4.6 regression in the TempDatabase reset schema logic
This commit is contained in:
parent
1094077320
commit
b4669ad1bb
@ -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