-
-
Notifications
You must be signed in to change notification settings - Fork 969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate of #959 #961
Duplicate of #959 #961
Conversation
…sonb` This is so Hasura automatically transforms the field into an array instead of a JSON encoded in a string. Migration was generated by the `makemigrations` command.
Since the column is now jsonb, we need to stop encoding it or it gets inserted as a string rather than a JSON object.
Some third-party packages had to be updated and some new settings were added due to `manage.py` not running.
This was preventing the tests from running.
The models affected were PokemonFormSprites and ItemSprites. This was done to ensure they are properly returned when querying those tables with Hasura.
Moved the declaration of sprite_data variables closer to their actual usage.
@simonorono @C-Garza I merged this PR since I added some improvements to the CICD. This PR fixed the image error you had in your PR @simonorono : https://github.com/PokeAPI/api-data/pull/199/files |
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. |
No description provided.