Skip to content

Commit

Permalink
migration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ssarwar-topleft committed Nov 1, 2024
1 parent a26a9cc commit 102af71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions djautotask/migrations/0120_merge_20241101_1316.py
Original file line number Diff line number Diff line change
@@ -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 = [
]

0 comments on commit 102af71

Please sign in to comment.