You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
flyapps/fir_ser/api/migrations/0038_auto_20210412_1601.py

17 lines
467 B

# Generated by Django 3.0.3 on 2021-04-12 16:01
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('api', '0037_auto_20210412_1559'),
]
operations = [
migrations.AlterField(
model_name='apps',
name='status',
field=models.SmallIntegerField(choices=[(0, '封禁'), (1, '正常'), (2, '违规')], default=1, verbose_name='应用状态'),
),
]