From 102af71c9560dd64e6d7087de2ab2bc6a47656bf Mon Sep 17 00:00:00 2001 From: Shoaib Sarwar Date: Fri, 1 Nov 2024 13:41:29 +0500 Subject: [PATCH] migration merge --- djautotask/migrations/0120_merge_20241101_1316.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 djautotask/migrations/0120_merge_20241101_1316.py 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 = [ + ]