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 = [
('objective', '0002_gymnasthasroutine'),
]
operations = [
migrations.DeleteModel(
name='GymnastHasRoutine',
),
]