We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82509aa commit c2af8e1Copy full SHA for c2af8e1
php/EE/Runner.php
@@ -875,6 +875,7 @@ private function maybe_trigger_migration() {
875
* in migration file does not trigget migration again.
876
*/
877
if ( $cache->read('migration_running' ) ) {
878
+ EE::log( 'Not triggering migrations since they seems to already been running.' );
879
return;
880
}
881
0 commit comments