Skip to content

Instantly share code, notes, and snippets.

@joshbrooks
Created October 11, 2016 07:27
Show Gist options
  • Save joshbrooks/9394cba748036249776e97848a560347 to your computer and use it in GitHub Desktop.
Save joshbrooks/9394cba748036249776e97848a560347 to your computer and use it in GitHub Desktop.
updating Formhub instances
db.instances.update(
{"formhub/uuid" : "faec0c656d1e4665b92b9f3c63eb4913"},
{ $set: {
_xform_id_string : "2_Vizita_No_Atividade_Mentor_Nian",
_userform_id: "edu_2_Vizita_No_Atividade_Mentor_Nian",
"formhub/uuid": "72b5006f97234e029942358be11969c6"
}},
{ multi: true } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment