mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 15:05:37 +00:00
parent
8d25343c41
commit
12ac98ec1a
@ -210,7 +210,7 @@ class SQLite3SchemaManager extends DBSchemaManager
|
|||||||
{
|
{
|
||||||
$ok = true;
|
$ok = true;
|
||||||
|
|
||||||
if (!SapphireTest::using_temp_db() && !self::$checked_and_repaired) {
|
if (SapphireTest::getTempDB()->isUsed() && !self::$checked_and_repaired) {
|
||||||
$this->alterationMessage("Checking database integrity", "repaired");
|
$this->alterationMessage("Checking database integrity", "repaired");
|
||||||
|
|
||||||
// Check for any tables with failed integrity
|
// Check for any tables with failed integrity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user