Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Jan 16, 2024
1 parent 64485eb commit 5212763
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 5212763

Please sign in to comment.