How to fix collision / race condition
Hey there.
I am working on a project with another team member. We are using Drizzle ORM.
I merged the code of my team mate to my branch and when I trying to generate a new migration, I am getting this error:
I searched the internet but not able to find any solution for it. Can anyone from Drizzle team help me resolve this issue.
I am using
I am working on a project with another team member. We are using Drizzle ORM.
I merged the code of my team mate to my branch and when I trying to generate a new migration, I am getting this error:
[src\database\migrations\meta\20241122205314_snapshot.json, src\database\migrations\meta\20241125185203_snapshot.json] are pointing to a parent snapshot: src\database\migrations\meta\20241122205314_snapshot.json/snapshot.json which is a collision.I searched the internet but not able to find any solution for it. Can anyone from Drizzle team help me resolve this issue.
I am using
"drizzle-orm": "^0.36.1"