Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Jan 23, 2025
1 parent 9ba3205 commit 086e412
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 = [
]

0 comments on commit 086e412

Please sign in to comment.