From a4e2f8be3935060811e51141c237437298825a72 Mon Sep 17 00:00:00 2001 From: Rithvik Nishad Date: Thu, 22 Aug 2024 13:45:49 +0530 Subject: [PATCH] Merge migrations (#2385) --- care/facility/migrations/0449_merge_20240822_1343.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 care/facility/migrations/0449_merge_20240822_1343.py diff --git a/care/facility/migrations/0449_merge_20240822_1343.py b/care/facility/migrations/0449_merge_20240822_1343.py new file mode 100644 index 0000000000..6486cb7483 --- /dev/null +++ b/care/facility/migrations/0449_merge_20240822_1343.py @@ -0,0 +1,12 @@ +# Generated by Django 4.2.10 on 2024-08-22 08:13 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ("facility", "0448_rename_features_facility_old_features"), + ("facility", "0448_rename_ventilator_fi02_dailyround_ventilator_fio2"), + ] + + operations = []