Skip to content

Commit

Permalink
fixed migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
hemant10yadav committed Dec 10, 2024
1 parent 56493c3 commit 41988da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated by Django 4.2.5 on 2024-11-19 05:20
# Generated by Django 4.2.5 on 2024-12-10 06:05

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("opportunity", "0060_completedwork_payment_date"),
("opportunity", "0062_opportunityaccess_invited_date"),
]

operations = [
Expand Down

0 comments on commit 41988da

Please sign in to comment.