more apps
This commit is contained in:
18
artsurvey/migrations/0071_auto_20210312_1924.py
Normal file
18
artsurvey/migrations/0071_auto_20210312_1924.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.8 on 2021-03-12 16:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('artsurvey', '0070_auto_20210312_1848'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='artsurveymatchparams',
|
||||
name='sign_max',
|
||||
field=models.FloatField(blank=True, default=None, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user