migrator: Fix case where users see migration banner despite no diff changes (#26982)
Smit Barmase
created
Fixes edge case where after carrying out all migrations if final text is
same as existing text, we don't need to ask user to do anything, despite
migrations edits are being applied internally. E.g. A -> B - > C -> A
Release Notes:
- N/A