You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cb("["+dbStep.id+"] was already migrated on ["+dbStep.date+"] in a different order. Database order["+dbStep.order+"] - Current migration on this order["+this.steps[index].id+"]");
cb("["+dbStep.id+"] was already migrated on ["+dbStep.date+"] in a different version. Database version["+dbStep.checksum+"] - Current version["+this.steps[index].checksum+"]");
0 commit comments