commit
This commit is contained in:
parent
614f7102ba
commit
91611a2fca
1 changed files with 18 additions and 0 deletions
18
back/backend/migrations/0006_auto_20190213_2113.py
Normal file
18
back/backend/migrations/0006_auto_20190213_2113.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.1.5 on 2019-02-14 05:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('backend', '0005_field_field_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='field',
|
||||
name='data_date',
|
||||
field=models.DateField(blank=True, null=True),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue