mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Regenerate DB migration for past type efficacies
This commit is contained in:
parent
44f14a0118
commit
2445fc4792
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 2.1.11 on 2021-02-13 22:23
|
||||
# Generated by Django 2.1.11 on 2021-02-24 13:42
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
@ -7,7 +7,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pokemon_v2', '0009_pokemontypepast'),
|
||||
('pokemon_v2', '0010_pokemonformtype'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue