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
If you apply more than one migration at the same time, and the last one fails, the changes to the content model from the earlier ones will have been applied but no migration entries will have been created for them, so when you run cmp migrate again it will try (and fail) to re-apply them.