From 5c88ca146088f75e028b563172ab38cfb65cc654 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Tue, 28 May 2024 16:14:53 +0530 Subject: [PATCH] merge migrations (#2202) --- .../migrations/0440_merge_20240528_1613.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 care/facility/migrations/0440_merge_20240528_1613.py diff --git a/care/facility/migrations/0440_merge_20240528_1613.py b/care/facility/migrations/0440_merge_20240528_1613.py new file mode 100644 index 0000000000..9fd0cd9bd3 --- /dev/null +++ b/care/facility/migrations/0440_merge_20240528_1613.py @@ -0,0 +1,15 @@ +# Generated by Django 4.2.10 on 2024-05-28 10:43 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("facility", "0439_encounter_symptoms"), + ( + "facility", + "0439_historicalpatientregistration_ration_card_category_and_more", + ), + ] + + operations = []