Skip to content

Commit

Permalink
Merge migrations (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Aug 22, 2024
1 parent 487e421 commit a4e2f8b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0449_merge_20240822_1343.py
Original file line number Diff line number Diff line change
@@ -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 = []

0 comments on commit a4e2f8b

Please sign in to comment.