Skip to content

Commit

Permalink
Merge pull request #1828 from coronasafe/master
Browse files Browse the repository at this point in the history
Production Release | January Week 3; hotfix
  • Loading branch information
gigincg authored Jan 16, 2024
2 parents 5f3beec + 91ed61a commit d2485db
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 d2485db

Please sign in to comment.