Delete all the blank rows in pokemon_form_names.

All the tests still pass and everything.  We literally did not need them
after that innerjoin=True got commented out.
This commit is contained in:
Lynn "Zhorken" Vaughan 2014-06-11 22:22:32 -04:00
parent ba87b16017
commit 7286ba0254
2 changed files with 0 additions and 1380 deletions

File diff suppressed because it is too large Load diff

View file

@ -174,7 +174,6 @@ def create_translation_table(_table_name, foreign_class, relation_name,
),
foreign_keys=[Translations.foreign_id, Translations.local_language_id],
uselist=False,
#innerjoin=True,
lazy=relation_lazy,
))