Beit-Hatfutsot / beit-hatfutsot-devops

Devops, documentation and issues repository for Beit Hatfutsot - The Museum of The Jewish People
GNU Affero General Public License v3.0
0 stars 2 forks source link

specific family tree should not be displayed #16

Closed OriHoch closed 7 years ago

OriHoch commented 7 years ago

specific tree (according to tree number) should not be displayed (according to BHP permissions)

need to remove this tree from the online site ASAP

OriHoch commented 7 years ago

deleted, this is how:

$ gcloud compute ssh mongo1
mongo1:~$ mongo
> use mojp-live
> db.persons.deleteMany({tree_num: 0000});
{ "acknowledged" : true, "deletedCount" : 0000 }