Skip to content

Commit

Permalink
rebase migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Jan 22, 2025
1 parent ac061f6 commit 4739b19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('emr', '0009_disable_auto_time'),
('emr', '0010_disable_auto_time'),
('facility', '0484_migrate_symptoms'),#TODO: Add dependency to the last facility app migration
]

Expand Down
2 changes: 1 addition & 1 deletion care/facility/migrations/0478_migrate_organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Migration(migrations.Migration):
"facility",
"0477_historicalpatientregistration_migrated_emr_patient_id_and_more",
),
("emr", "0009_disable_auto_time"),
("emr", "0010_disable_auto_time"),
]

operations = [
Expand Down

0 comments on commit 4739b19

Please sign in to comment.