mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +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:
|
table:
|
||||||
name: pokemon_v2_ability
|
name: pokemon_v2_ability
|
||||||
schema: public
|
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
|
- name: pokemon_v2_generationnames
|
||||||
using:
|
using:
|
||||||
foreign_key_constraint_on:
|
foreign_key_constraint_on:
|
||||||
|
|
Loading…
Reference in a new issue