Skip to content

Commit

Permalink
Merge pull request #122 from lukecampbell/replay_view_fix
Browse files Browse the repository at this point in the history
Luke: fixes replay manifest view
  • Loading branch information
lukecampbell committed Jul 9, 2012
2 parents 5956167 + e4ee5c1 commit a2e66cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyon/datastore/couchdb/couchdb_config.py
Expand Up @@ -299,7 +299,7 @@
},
'manifest': {
'by_dataset' : {
'map' : 'function(doc) { var i = Number(doc.ts_create); emit([doc.dataset_id, doc.ts_create], doc._id); }'
'map' : 'function(doc) { var i = Number(doc.ts_create); emit([doc.dataset_id, i], doc._id); }'
}
}
}
Expand Down

0 comments on commit a2e66cb

Please sign in to comment.