ga-wdi-boston / mongodb-crud

An introduction to MongoDB
Other
1 stars 136 forks source link

incorrect remove script #18

Closed RealWeeks closed 7 years ago

RealWeeks commented 8 years ago

On solution in scripts/remove/people.js

change to

db.people.remove({surname:"Jason", gender:"m"})

gaand commented 8 years ago

We really need to refactor things to use family_name (or familyName) so that Jason isn't confused.

berziiii commented 7 years ago

addressed in commit 7fc57fabdf42443ddbe272d15fbbd89113327fed

neugierige commented 7 years ago

can this be closed now? something's going on with my permissions

@gaand @payne-chris-r