diff --git a/djautotask/migrations/0120_merge_20241101_1316.py b/djautotask/migrations/0120_merge_20241101_1316.py new file mode 100644 index 0000000..1b84884 --- /dev/null +++ b/djautotask/migrations/0120_merge_20241101_1316.py @@ -0,0 +1,14 @@ +# Generated by Django 4.2.16 on 2024-11-01 13:16 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('djautotask', '0118_contractexclusionset_and_more'), + ('djautotask', '0119_merge_20241024_1521'), + ] + + operations = [ + ]