Hi, we just baselined our database from the existing database, we have ran all the scripts needed, like diffing and the 0_init, and then we marked 0_init as applied.
The issue is, with zero changes, we try to do
prisma migrate dev
prisma migrate dev
and this seems to throw an error related to
0_init
0_init
even though we just marked this as resolved? I was expecting to see something along the lines of no migrations to execute?