You need to log into MySQL or connect with MySQL with database management tool and unlock the migrations_lock table:
Unlock the table: UPDATE migrations_lock set locked = 0 where lock_key = 'km01';
You need to log into MySQL or connect with MySQL with database management tool and unlock the migrations_lock table:
Unlock the table: UPDATE migrations_lock set locked = 0 where lock_key = 'km01';