more apps
This commit is contained in:
23
artsurvey/migrations/0073_auto_20210312_1927.py
Normal file
23
artsurvey/migrations/0073_auto_20210312_1927.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.0.8 on 2021-03-12 16:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('artsurvey', '0072_auto_20210312_1924'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='artsurveymatchparams',
|
||||
name='f1f2_ratio_max',
|
||||
field=models.FloatField(blank=True, default=1000.0, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='artsurveymatchparams',
|
||||
name='f1f2_ratio_min',
|
||||
field=models.FloatField(blank=True, default=0.001, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user