Skip to content

Commit

Permalink
Merge pull request #408 from dimagi/hy/fixed-migration-conflict
Browse files Browse the repository at this point in the history
Resolved Migration conflict
  • Loading branch information
calellowitz authored Oct 7, 2024
2 parents fa5c938 + f145006 commit bc41636
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Generated by Django 4.2.5 on 2024-10-03 02:33
# Generated by Django 4.2.5 on 2024-10-07 08:54

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

from commcare_connect.opportunity.models import OpportunityAccess
from commcare_connect.opportunity.visit_import import update_work_payment_date
from commcare_connect.opportunity.utils.completed_work import update_work_payment_date


@transaction.atomic
Expand All @@ -16,7 +15,7 @@ def update_paid_date_from_payments(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("opportunity", "0058_paymentinvoice_payment_invoice"),
("opportunity", "0059_payment_amount_usd"),
]

operations = [
Expand Down

0 comments on commit bc41636

Please sign in to comment.