mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Recreate past types migration again
This commit is contained in:
parent
91f39138bd
commit
c513fa5b56
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 2.1.11 on 2021-02-06 21:31
|
||||
# Generated by Django 2.1.11 on 2021-02-06 22:03
|
||||
|
||||
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", "0004_iso639length_20191217"),
|
||||
("pokemon_v2", "0008_auto_20201123_2045"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue