I used this MongoDB with liqibase according to this link Using Liquibase with MongoDB | Liquibase Docs to migrate DB changes.
According to that blog, I can create, insert documents and remove collections using an XML file. Now, I want update/modify documents in a collection using the XML file. But I cannot find a way to update collection in that blog.
Can anyone tell me, Does MongoDB Liqibase extension support modify the collections using XML file ?
Is there any way to modify the collection using the XML file, Please suggest to me how to do it.