Fix migrations of activity intermediators
authorJessica Tallon <tsyesika@tsyesika.se>
Mon, 28 Dec 2015 13:27:41 +0000 (13:27 +0000)
committerJessica Tallon <tsyesika@tsyesika.se>
Tue, 29 Dec 2015 16:42:37 +0000 (16:42 +0000)
commitbf79b8bd5b8923026ad6f80ac98fa3e503fdc125
treefa48a2752ca895c25ad04bd688e8e0ce6255e9aa
parentccd9dabe751f3a43573e4c5ba637e9dceb84d09b
Fix migrations of activity intermediators

There was a problem where it was assuming the tablenames are the same
in master as they always were and that isn't the case. This would cause
it to raise an exception when trying to look up a table which didn't exist.
This fixes that by hardcoding the old tablenames in for this migration.
mediagoblin/db/migrations.py