|
@@ -71,7 +71,7 @@ |
|
|
block discarded – undo |
|
71
|
71
|
|
|
72
|
72
|
$migrationCollection = $instantiator->run(); |
|
73
|
73
|
|
|
74
|
|
- $migrations = $migrationCollection->filter(function (DeployMigration $migration) { |
|
|
74
|
+ $migrations = $migrationCollection->filter(function(DeployMigration $migration) { |
|
75
|
75
|
$tableQuery = $this->getTableQuery(); |
|
76
|
76
|
$alreadyExecuted = $tableQuery->where('migration', '=', get_class($migration))->count() > 0; |
|
77
|
77
|
return $alreadyExecuted === false; |
Please login to merge, or discard this patch.