Skip to content

Commit

Permalink
merge migrations (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Mar 18, 2024
1 parent 29cf6d8 commit 99ab4e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions care/facility/migrations/0421_merge_20240318_1434.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.10 on 2024-03-18 09:04

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0415_alter_dailyround_consciousness_level_and_more"),
("facility", "0415_consultationclinician_and_more"),
("facility", "0415_rename_dosage_prescription_base_dosage_and_more"),
("facility", "0420_migrate_shifting_facility_type"),
]

operations = []

0 comments on commit 99ab4e0

Please sign in to comment.