mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
Format migration 0014_auto_20231119_0303.py
This commit is contained in:
parent
49d970f0ed
commit
30e8a01253
1 changed files with 3 additions and 4 deletions
|
@ -5,15 +5,14 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pokemon_v2', '0013_pokemonabilitypast'),
|
||||
("pokemon_v2", "0013_pokemonabilitypast"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='pokemonsprites',
|
||||
name='sprites',
|
||||
model_name="pokemonsprites",
|
||||
name="sprites",
|
||||
field=django.contrib.postgres.fields.jsonb.JSONField(),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue