Factor out a add_table_field function
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 10 Oct 2011 20:08:46 +0000 (22:08 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 21 Oct 2011 20:17:16 +0000 (22:17 +0200)
commit03d47730cdced0002d4b0c76726336152f041bdb
treea8fbcd89fac20254c718b578d260a81953d46d3d
parenteb5bb3fc997da26a39d6d77888574b634f00db57
Factor out a add_table_field function

Migrations often just add a new field to some
table/collection. So just have a nice helper function for
this!
mediagoblin/db/migrations.py