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.
2 parents 5cbb681 + 80b4ab3 commit cac5746Copy full SHA for cac5746
php/EE/Migration/Executor.php
@@ -30,6 +30,7 @@ public static function execute_migrations() {
30
self::execute_migration_stack( $migrations );
31
} catch ( \Throwable $e ) {
32
Utils\delem_log( 'ee migration ended abruptly' );
33
+ EE::get_cache()->remove( 'migration_running' );
34
exit( 1 );
35
}
36
0 commit comments