|
@@ -32,7 +32,7 @@ |
|
|
block discarded – undo |
|
32
|
32
|
$skip_this_version = false; |
|
33
|
33
|
try { |
|
34
|
34
|
//Check if we can use this migration method: |
|
35
|
|
- $version = (int)$this->connection->fetchColumn("SELECT keyValue AS version FROM `internal` WHERE `keyName` = 'dbVersion'"); |
|
|
35
|
+ $version = (int) $this->connection->fetchColumn("SELECT keyValue AS version FROM `internal` WHERE `keyName` = 'dbVersion'"); |
|
36
|
36
|
|
|
37
|
37
|
$this->abortIf($version !== 26, "This database migration can only be used if the database version is 26! Install Part-DB 0.5.6 and update database there!"); |
|
38
|
38
|
|
Please login to merge, or discard this patch.