Completed
Branch master (b0850c)
by Joao
04:52
created
Category
src/Commands/MysqlCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     public function setVersion($version)
53 53
     {
54
-        $this->getDbDataset()->execSQL('UPDATE migration_table SET version = [[version]]', ['version' => $version]);
54
+        $this->getDbDataset()->execSQL('UPDATE migration_table SET version = [[version]]', [ 'version' => $version ]);
55 55
     }
56 56
 
57 57
     public function createVersion()
Please login to merge, or discard this patch.