I am currently getting: ```The migration `2021061...
# prisma-migrate
p
I am currently getting:
Copy code
The migration `20210611143319_denormalized_current_employer` was modified after it was applied.
While running
prisma migrate dev --create-only --name=...
, the CLI is saying it has to drop all data and re-add. I haven't modified this script at all, is there a way to override this?