Skip to content

Commit

Permalink
update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Dec 6, 2023
1 parent 6ddc209 commit b088601
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.7 on 2023-11-20 04:47
# Generated by Django 4.2.5 on 2023-12-06 13:06

from django.db import migrations, models

Expand All @@ -7,7 +7,7 @@

class Migration(migrations.Migration):
dependencies = [
("facility", "0394_auto_20231114_2219"),
("facility", "0397_truncate_discharge_time"),
]

operations = [
Expand All @@ -24,7 +24,7 @@ class Migration(migrations.Migration):
max_amount=5000,
min_amount=0.0001,
precision=4,
units={"mg", "ml", "tsp", "ampule(s)", "g", "drop(s)"},
units={"mg", "g", "ml", "tsp", "ampule(s)", "drop(s)"},
)
],
),
Expand All @@ -42,7 +42,7 @@ class Migration(migrations.Migration):
max_amount=5000,
min_amount=0.0001,
precision=4,
units={"mg", "ml", "tsp", "ampule(s)", "g", "drop(s)"},
units={"mg", "g", "ml", "tsp", "ampule(s)", "drop(s)"},
)
],
),
Expand Down

0 comments on commit b088601

Please sign in to comment.