Skip to content

Commit cac5746

Browse files
authored
Merge pull request #1571 from kirtangajjar/fix/migration_removal
Fix migration cache removal
2 parents 5cbb681 + 80b4ab3 commit cac5746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/EE/Migration/Executor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public static function execute_migrations() {
3030
self::execute_migration_stack( $migrations );
3131
} catch ( \Throwable $e ) {
3232
Utils\delem_log( 'ee migration ended abruptly' );
33+
EE::get_cache()->remove( 'migration_running' );
3334
exit( 1 );
3435
}
3536

0 commit comments

Comments
 (0)