Skip to content

Commit c2af8e1

Browse files
committed
Add message when skipping migration
1 parent 82509aa commit c2af8e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/EE/Runner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ private function maybe_trigger_migration() {
875875
* in migration file does not trigget migration again.
876876
*/
877877
if ( $cache->read('migration_running' ) ) {
878+
EE::log( 'Not triggering migrations since they seems to already been running.' );
878879
return;
879880
}
880881

0 commit comments

Comments
 (0)