this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

merge migrations

+13
+13
care/facility/migrations/0387_merge_20230911_2303.py
··· 1 + # Generated by Django 4.2.2 on 2023-09-11 17:33 2 + 3 + from django.db import migrations 4 + 5 + 6 + class Migration(migrations.Migration): 7 + dependencies = [ 8 + ("facility", "0384_metaicd11diagnosis_chapter_short_and_more"), 9 + ("facility", "0385_patientconsultation_is_readmission"), 10 + ("facility", "0386_auto_20230911_1726"), 11 + ] 12 + 13 + operations = []