Skip to content

Commit e08276c

Browse files
committed
Remove migration cache during first run
1 parent 5af8ce7 commit e08276c

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
@@ -886,6 +886,7 @@ private function maybe_trigger_migration() {
886886

887887
if ( ! $db_version ) {
888888
$this->trigger_migration( $current_version );
889+
$cache->remove( 'migration_running' );
889890

890891
return;
891892
}

0 commit comments

Comments
 (0)