Using CouchDB 1.0.1.
I have DELETEd some documents, then I PUT some other documents with the same _id
as the deleted ones.
Now these new docs have the _deleted_conflicts
field:
"_deleted_conflicts":["2-667c9e8e75f8ee51a4ab79ed534622dd"]
It looks like the _rev
field of the deleted doc (can't be sure though).
The CouchDB wiki just says "Information about conflicts".
Thanks,
Giacomo
I'm not sure if this is actually going to be a problem, but it's likely this could come up during replication.
If you want to prevent it from coming up, you should look into the /db/_purge command. This command will remove references to deleted documents, and you can specify a single document ID to affect.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With