Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Wolfe committed Nov 13, 2024
1 parent 35cc6f1 commit 2407929
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.2.16 on 2024-11-12 16:03
# Generated by Django 4.2.16 on 2024-11-13 12:08

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('djautotask', '0120_merge_20241101_1316'),
('djautotask', '0121_merge_0120_merge_20241101_1316_0120_resource_title'),
]

operations = [
Expand Down

0 comments on commit 2407929

Please sign in to comment.