Completed
Push — master ( 42c822...2f39ac )
by Jan
04:38
created
src/Migrations/Version20190805165134.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.