Let convert_mongo_to_sql add Migration Records
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 17 Mar 2012 21:30:48 +0000 (22:30 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 17 Mar 2012 22:45:29 +0000 (23:45 +0100)
commit7bf819a99579a3aec2c539305c08759e2c0b39e3
treea535bf829655a2d9976ec8f7099b5c6aff92a452
parent16fca040d5d27879f244ded2b7455acfb7b6405f
Let convert_mongo_to_sql add Migration Records

The mongosql tool is really dumping directly into the sql
database and is trying not to use too much logic that might
change later.

So this means, it needs to create the migration records on
its own!
So add a bunch of records with version=0.
mediagoblin/db/sql/convert.py