Skip to content

Commit

Permalink
merge migrations (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Sep 23, 2024
1 parent b3ad350 commit e029196
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0465_merge_20240923_1045.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 5.1.1 on 2024-09-23 05:15

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0464_alter_facilitycapacity_room_type_and_more"),
("facility", "0464_rename_spo2_dailyround_archived_spo2"),
]

operations = []

0 comments on commit e029196

Please sign in to comment.