Fix the token issues in the migration
commit941b9abbb03dbc6fb91975a5f4bf5ea6b4997d17
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 18 Feb 2015 02:04:15 +0000 (17 20:04 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 18 Feb 2015 02:04:15 +0000 (17 20:04 -0600)
tree105b9f83f7abb00f54ceec404ce94567c6129623
parentd180c131c34e3c3142253f7d97f614d4826902ab
Fix the token issues in the migration

There's no .id on access/request token tables, so fixed to use the .token field.

Also switched a reference of client_table -> rt_table
mediagoblin/db/migrations.py