Skip to content

Commit

Permalink
Merge pull request #1827 from coronasafe/sainak/fix/merge-migrations
Browse files Browse the repository at this point in the history
merge migrations
  • Loading branch information
gigincg authored Jan 16, 2024
2 parents 64485eb + 5212763 commit 91ed61a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0406_merge_20240116_2346.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.8 on 2024-01-16 18:16

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0405_alter_prescription_route"),
("facility", "0405_auto_20231211_1930"),
]

operations = []

0 comments on commit 91ed61a

Please sign in to comment.