diff --git a/program/migrations/0010_remove_schedule_automation_id.py b/program/migrations/0010_remove_schedule_automation_id.py new file mode 100644 index 0000000000000000000000000000000000000000..e90f4eee718979b4939bc1cb069ec0588082b439 --- /dev/null +++ b/program/migrations/0010_remove_schedule_automation_id.py @@ -0,0 +1,17 @@ +# Generated by Django 3.2.11 on 2022-01-24 21:37 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('program', '0009_auto_20220124_2211'), + ] + + operations = [ + migrations.RemoveField( + model_name='schedule', + name='automation_id', + ), + ]