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/0012_auto_20210127_2101.py

19 lines
524 B

4 years ago
# Generated by Django 3.0.3 on 2021-01-27 21:01
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('api', '0011_auto_20210125_1137'),
]
operations = [
migrations.AlterField(
model_name='udidsyncdeveloper',
name='platform',
4 years ago
field=models.SmallIntegerField(choices=[(0, 'fly分发'), (1, 'app developer')], default=0,
verbose_name='udid所在平台'),
4 years ago
),
]