Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Remove _updated_at from bucket model
Browse files Browse the repository at this point in the history
This was not there before and it being there causes the model to break.
There is a question over whether it should be there.
  • Loading branch information
robyoung committed Feb 24, 2014
1 parent 355e04b commit 514dee1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions migrations/009_fix_and_resize_capped_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ def set_bucket_metadata_capped(mongo_db, collection_name):
{
"$set": {
"capped_size": CAP_SIZE,
"realtime": True,
"_updated_at": timeutils.now()
"realtime": True
}
},
upsert=False,
Expand Down

0 comments on commit 514dee1

Please sign in to comment.