diff --git a/pokedex/db/tables.py b/pokedex/db/tables.py index f3f0aab..c37f22d 100644 --- a/pokedex/db/tables.py +++ b/pokedex/db/tables.py @@ -2826,7 +2826,7 @@ PokemonSpecies.flavor_text = relationship(PokemonSpeciesFlavorText, backref='species') PokemonSpecies.growth_rate = relationship(GrowthRate, innerjoin=True, - backref='evolution_chains') + backref='species') PokemonSpecies.habitat = relationship(PokemonHabitat, backref='species') PokemonSpecies.color = relationship(PokemonColor,