diff --git a/care/facility/migrations/0406_merge_20240116_2346.py b/care/facility/migrations/0406_merge_20240116_2346.py new file mode 100644 index 0000000000..839f076af2 --- /dev/null +++ b/care/facility/migrations/0406_merge_20240116_2346.py @@ -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 = []