Fix the create_moderation_tables migration to work with postgresql
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Oct 2013 16:28:59 +0000 (11:28 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Oct 2013 16:28:59 +0000 (11:28 -0500)
commitf1318b59c817c1847dd19c3c7d01559039f6e049
treef101b5b78e543e1c469888639efea272b8dfabf9
parent17f0307c70ef889120da4f990f18e9ce6a16304f
Fix the create_moderation_tables migration to work with postgresql

Was comparing/assigning to integers... but that's not how postgres rolls!
mediagoblin/db/migrations.py