From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 17:27:36 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6323a0622208782b73d407632906a8ccb07624ff;p=cubist_cms-back.git #2783 --- diff --git a/src/app/Console/Commands/MigrateCommand.php b/src/app/Console/Commands/MigrateCommand.php index 81470f6..674f02f 100644 --- a/src/app/Console/Commands/MigrateCommand.php +++ b/src/app/Console/Commands/MigrateCommand.php @@ -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); } }