#add versioning to existing collection

6 messages · Page 1 of 1 (latest)

main ingot
#

How do i add versioning and drafts to an already existing collection that ahas items in it? When enabling drafts it will dissapear in the admin UI

copper laurelBOT
cinder magnet
main ingot
#

Hey @cinder magnet Thanks for your response,

I already tried the migrations before my post with no sucess.

The PATCH request seems like a solution but it gives the following output

{
    "docs": [],
    "errors": [],
    "message": "Updated 0 Page successfully."
}
#

Using ?where[id][not_equals]=true Worked

#

Thanks