Skip to content

Commit

Permalink
Merge pull request #104 from openimis/feature/merge_migration
Browse files Browse the repository at this point in the history
merge migration
  • Loading branch information
delcroip authored May 31, 2024
2 parents 0689e1f + a575d71 commit 03148a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions individual/migrations/0017_merge_20240531_2050.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.10 on 2024-05-31 20:50

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
(
"individual",
"0014_remove_historicalindividualdatasourceupload_individual_and_more",
),
("individual", "0016_remove_recipient_from_role"),
]

operations = []

0 comments on commit 03148a7

Please sign in to comment.