19 lines
499 B
Python
19 lines
499 B
Python
# Generated by Django 2.2.4 on 2020-05-25 06:13
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mosquito', '0012_deviceinfo_devicepoststatistic_mosqpost_mosqpoststatistic_mosquito_org'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='deviceinfo',
|
|
name='device_name',
|
|
field=models.CharField(blank=True, max_length=100, null=True, verbose_name='设备名称'),
|
|
),
|
|
]
|