houston icon indicating copy to clipboard operation
houston copied to clipboard

Possible bug in Houston 2.0.3? Not forgetting deleted collections

Open ffxsam opened this issue 9 years ago • 1 comments

If I remove a collection by running db.the_collection.drop() in Mongo, and remove the declaration itself:

TheCollection = new Mongo.Collection('the_collection');

Houston still shows the collection, even after a server restart.

ffxsam avatar May 20 '15 23:05 ffxsam

Yeah, good catch. I don't think we handle that. I don't know of a way to do it right when it's dropped, but we should probably check on restart at least.

gterrono avatar May 23 '15 03:05 gterrono