liquibase-mongodb
liquibase-mongodb copied to clipboard
updateMany feature and rename fields in current data
Hi,
I'm able to run this command from console, but didn't find a way to run it from Liquibase:
db.portfolio.updateMany( {}, { $rename: { "header.oldName": "header.newName" } } )
seems this is still not avaialble with liquibase. try using runCommand.