I need to add an empty migration to write a SQL query and manipulate the data manually.
There is no change in my schema and basically, I just need to apply this query to my existing data.
Recommended way:
Add --create-only to your command.
prisma migrate dev --create-only --name <NAME_OF_YOUR_MIGRATION>