mongo to sql convert: Better Ordering
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 22 Jan 2012 15:57:56 +0000 (16:57 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 23 Feb 2012 22:44:13 +0000 (23:44 +0100)
commit15821817015868b370a5a1bf52452bd8d3c96317
tree868eaafd23a123cf135619a000ef88ea60bd07dc
parent572d4f01ff3bee75574c00bc85bc8a2700ba9828
mongo to sql convert: Better Ordering

Order the conversion by the "created" attribute. That way
the sql ids are mostly in the order they would have been,
if sql was used earlier.

Makes things nicer to look at in a db dump.
mediagoblin/db/sql/convert.py