Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sravfeyn committed Jan 30, 2025
1 parent d8db03e commit 99b413e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions commcare_connect/opportunity/migrations/0071_merge.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.5 on 2025-01-30 12:23
from django.db import migrations

class Migration(migrations.Migration):

dependencies = [
('opportunity', '0069_alter_opportunity_total_budget'),
('opportunity', '0070_alter_payment_date_paid'),
]

operations = [
]

0 comments on commit 99b413e

Please sign in to comment.