]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 17:27:36 +0000 (19:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 May 2019 17:27:36 +0000 (19:27 +0200)
src/app/Console/Commands/MigrateCommand.php

index 81470f62709727ae3b34cdc2fc5f0649ed4fcbe6..674f02fde1df49d6c2c852bc206c3fd9c205501c 100644 (file)
@@ -55,7 +55,7 @@ class MigrateCommand extends CubistCommand
         $queries = $diff->toSaveSql($connection->getDatabasePlatform());
         foreach ($queries as $q) {
             $this->line($q);
-            $connection->exec($q);
+           // $connection->exec($q);
         }
     }