Posts by Guilherme Ferreira • 73 points
2 posts
- 
		4 votes1 answer421 viewsQ: Change field Unique Collection mongodbGood morning, I have a Collection in the mongodb with a field unique:true. I would like to change this field to false. If I change the code and delete all Collection works, but if I make the change… 
- 
		3 votes1 answer167 viewsQ: Setuse setInterval X WebsocketsI am developing a PHP application with Angularjs, in this application has a messaging system. I just need to check the message quantity at least every two minutes. My doubt would be, the use of…