Running npx migrations content --source-environment-id master --dest-environment-id non-master-env might result in an error like the following:
Error: Different migration states detected. master (1684445574618) !== non-master-env (1684445717917)
The command exits, which prevents from transferring any content, regardless of whether the model of the content to transfer is actually different between the two environments.
Would it be possible and reasonably safe to let users ignore the error and let them perform content transfers?