...are pointing to a parent snapshot: drizzle/meta/0000_snapshot.json/snapshot.json which is a colli
I got this error:
No clue what it means
Can someone help?
1 Reply
Hey @yves
Just had the exact same issue:
Error: [migrations\sqlite\meta\0001_snapshot.json, migrations\sqlite\meta\0002_snapshot.json] are pointing to a parent snapshot: migrations\sqlite\meta\0001_snapshot.json/snapshot.json which is a collision.
For me the issue was, that the snapshot 1 and 2 where both pointing to the same prevId of 0
So you probably have to change your prevId to the id of the snapshot 4 for your snapshot 5:
0000_snapshot.json
0001_snapshot.json
0002_snapshot.json