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.
23 lines
655 B
23 lines
655 B
5 years ago
|
# Generated by Django 3.0.3 on 2020-05-20 11:53
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
('api', '0006_udidsyncdeveloper'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='apps',
|
||
|
name='wxeasytype',
|
||
|
field=models.BigIntegerField(default=True, verbose_name='微信内简易房屋,避免微信封停'),
|
||
|
),
|
||
|
migrations.AddField(
|
||
|
model_name='apps',
|
||
|
name='wxredirect',
|
||
|
field=models.BigIntegerField(default=True, verbose_name='微信内第三方链接自动跳转'),
|
||
|
),
|
||
|
]
|