internal fixes
This commit is contained in:
18
backend/routes/migrations/0005_alter_leads_moving_price.py
Normal file
18
backend/routes/migrations/0005_alter_leads_moving_price.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.1 on 2025-05-24 12:09
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('routes', '0004_leads'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='leads',
|
||||
name='moving_price',
|
||||
field=models.DecimalField(decimal_places=2, max_digits=10),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user