mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
fixing missed ! statement
This commit is contained in:
parent
12ac98ec1a
commit
bb152bd88f
@ -210,7 +210,7 @@ class SQLite3SchemaManager extends DBSchemaManager
|
|||||||
{
|
{
|
||||||
$ok = true;
|
$ok = true;
|
||||||
|
|
||||||
if (SapphireTest::getTempDB()->isUsed() && !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…
Reference in New Issue
Block a user