Skip to content

Commit

Permalink
new migration to avoid conflict
Browse files Browse the repository at this point in the history
Signed-off-by: JahnabDutta <[email protected]>
  • Loading branch information
JahnabDutta committed Sep 5, 2023
1 parent 815239d commit 38f2c57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions care/facility/migrations/0383_merge_20230905_1213.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.2 on 2023-09-05 06:43

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("facility", "0379_consultationbed_privacy"),
("facility", "0382_assetservice_remove_asset_last_serviced_on_and_more"),
]

operations = []

0 comments on commit 38f2c57

Please sign in to comment.