|
|
|
@ -20,12 +20,12 @@ class Migration(migrations.Migration):
|
|
|
|
|
migrations.AlterField(
|
|
|
|
|
model_name='jobposting',
|
|
|
|
|
name='BudgetMax',
|
|
|
|
|
field=models.DecimalField(decimal_places=2, max_digits=100),
|
|
|
|
|
field=models.DecimalField(decimal_places=2, max_digits=20),
|
|
|
|
|
),
|
|
|
|
|
migrations.AlterField(
|
|
|
|
|
model_name='jobposting',
|
|
|
|
|
name='BudgetMin',
|
|
|
|
|
field=models.DecimalField(decimal_places=2, max_digits=100),
|
|
|
|
|
field=models.DecimalField(decimal_places=2, max_digits=20),
|
|
|
|
|
),
|
|
|
|
|
migrations.AlterField(
|
|
|
|
|
model_name='jobposting',
|
|
|
|
|