Skip to content

Commit

Permalink
Remove bond_size from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 4, 2023
1 parent 8cbe1af commit f5cb0f7
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,4 @@ class Migration(migrations.Migration):
],
),
),
migrations.AlterField(
model_name="order",
name="bond_size",
field=models.DecimalField(
decimal_places=2,
default=3.0,
max_digits=4,
validators=[
django.core.validators.MinValueValidator(1.0),
django.core.validators.MaxValueValidator(15.0),
],
),
),
]

0 comments on commit f5cb0f7

Please sign in to comment.