# 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', ), ]