Regenerate DB migration for past type efficacies

This commit is contained in:
Julian Lawrance 2021-02-24 15:37:00 +00:00
parent 44f14a0118
commit 2445fc4792

View file

@ -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 = [