Ultron/ultron/objective/migrations/0003_delete_gymnasthasrouti...

17 lines
307 B
Python
Raw Normal View History

2021-12-09 16:53:44 +01:00
# Generated by Django 3.2.8 on 2021-12-05 14:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2021-12-19 09:30:51 +01:00
("objective", "0002_gymnasthasroutine"),
2021-12-09 16:53:44 +01:00
]
operations = [
migrations.DeleteModel(
2021-12-19 09:30:51 +01:00
name="GymnastHasRoutine",
2021-12-09 16:53:44 +01:00
),
]