Add inspect_table.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 13 Dec 2012 11:35:27 +0000 (12:35 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 8 Jan 2013 21:50:01 +0000 (22:50 +0100)
commitc4466cb4dcf194f634b6fe855f5e5fad09e70df1
tree67adca82eb905486c598aa2de861527e4496ce0f
parenta050e776c6d9c4970dd241e92b2f24a8c9deb36d
Add inspect_table.

In our current scheme of migrations, we reflect the current
sql schema into an SQLAlchemy schema. So let's have a tool
function for this.
mediagoblin/db/migrations.py
mediagoblin/db/sql/migration_tools.py