fix(api): make Pokémon encounters query cross-database compatible#1380
fix(api): make Pokémon encounters query cross-database compatible#1380Naramsim merged 4 commits intoPokeAPI:masterfrom
Conversation
|
There's a check failing on k8s, the container doesn't come up I think |
|
The k8s check was passing before the formatting-only commit. |
|
Great! I didn't notice it was a pipeline fault. Seems everything checks out. I tried it even locally! Thanks! |
|
A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data. |
|
The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data. |
This PR removes PostgreSQL-specific
DISTINCT ONusage from the Pokémon encounters endpoint and replaces it with backend-agnostic queries.Fixes: #1374