Files
web2.0-backend/ohlhafv/migrations/0003_alter_ohlhafvchallenge_id.py
T
2022-08-01 22:22:02 +03:00

19 lines
435 B
Python

# Generated by Django 3.2.14 on 2022-08-01 19:13
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("ohlhafv", "0002_remove_ohlhafvchallenge_challenger_email"),
]
operations = [
migrations.AlterField(
model_name="ohlhafvchallenge",
name="id",
field=models.AutoField(primary_key=True, serialize=False),
),
]