Skip to content

Commit

Permalink
fix(asset): fixed migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Dec 4, 2023
1 parent ada741b commit 6d388cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions care/facility/migrations/0397_merge_20231127_1259.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("facility", "0394_auto_20231114_2219"),
("facility", "0397_truncate_discharge_time"),
]

operations = [
Expand Down

0 comments on commit 6d388cf

Please sign in to comment.