From 086e41215b3415a14ce4c6e21fa35bf0b3f082df Mon Sep 17 00:00:00 2001 From: Richard Wolfe Date: Thu, 23 Jan 2025 12:14:02 -0500 Subject: [PATCH] merge migrations --- ...228_eeocoffice_url_0228_report_working_group.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crt_portal/cts_forms/migrations/0229_merge_0228_eeocoffice_url_0228_report_working_group.py diff --git a/crt_portal/cts_forms/migrations/0229_merge_0228_eeocoffice_url_0228_report_working_group.py b/crt_portal/cts_forms/migrations/0229_merge_0228_eeocoffice_url_0228_report_working_group.py new file mode 100644 index 000000000..620f64179 --- /dev/null +++ b/crt_portal/cts_forms/migrations/0229_merge_0228_eeocoffice_url_0228_report_working_group.py @@ -0,0 +1,14 @@ +# Generated by Django 4.2.16 on 2025-01-23 17:13 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('cts_forms', '0228_eeocoffice_url'), + ('cts_forms', '0228_report_working_group'), + ] + + operations = [ + ]