Skip to content

Commit

Permalink
Fix migration sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
pxwxnvermx committed Sep 5, 2024
1 parent b719b75 commit 467460e
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.5 on 2024-09-05 08:08
# Generated by Django 4.2.5 on 2024-09-05 08:10

from django.db import migrations, models
import django.db.models.deletion


class Migration(migrations.Migration):
dependencies = [
("opportunity", "0056_payment_organization"),
("opportunity", "0057_payment_organization"),
]

operations = [
Expand Down

0 comments on commit 467460e

Please sign in to comment.