|
# -*- coding: utf-8 -*-
# Generated by Django 1.11.26 on 2020-02-27 17:08
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('logs', '0008_mchsearchmodelandcameraloginfo'),
]
operations = [
migrations.AddField(
model_name='mchsearchmodelandcameraloginfo',
name='is_selected_model',
field=models.IntegerField(db_index=True, default=0, help_text='\u641c\u7d22\u76f8\u673a\u578b\u53f7', verbose_name='is_selected_model'),
),
]
|