Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Jul 19, 2023
1 parent c7555f1 commit e4347bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0373_merge_20230719_1143.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.2 on 2023-07-19 06:13

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0366_merge_20230628_1428"),
("facility", "0372_assetavailabilityrecord"),
]

operations = []

0 comments on commit e4347bb

Please sign in to comment.