Skip to content

Commit

Permalink
Merge pull request #1571 from kirtangajjar/fix/migration_removal
Browse files Browse the repository at this point in the history
Fix migration cache removal
  • Loading branch information
mrrobot47 committed Aug 24, 2021
2 parents 5cbb681 + 80b4ab3 commit cac5746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/EE/Migration/Executor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static function execute_migrations() {
self::execute_migration_stack( $migrations );
} catch ( \Throwable $e ) {
Utils\delem_log( 'ee migration ended abruptly' );
EE::get_cache()->remove( 'migration_running' );
exit( 1 );
}

Expand Down

0 comments on commit cac5746

Please sign in to comment.