mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-12 23:07:17 +00:00
prev. missed cleanup of generation for graphql
This commit is contained in:
parent
3d0c4b1953
commit
e585bf527d
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@ array_relationships:
|
|||
table:
|
||||
name: pokemon_v2_ability
|
||||
schema: public
|
||||
- name: pokemon_v2_abilitiespast
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: generation_id
|
||||
table:
|
||||
name: pokemon_v2_abilitypast
|
||||
schema: public
|
||||
- name: pokemon_v2_generationnames
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
|
|
Loading…
Reference in a new issue