Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Fox committed Nov 4, 2024
1 parent 79105d7 commit fe11745
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 2024-11-04 15:28

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('djautotask', '0120_merge_20241101_1316'),
('djautotask', '0120_resource_title'),
]

operations = [
]

0 comments on commit fe11745

Please sign in to comment.