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 = [ + ]