parent
f72be06618
commit
5f7873c29f
@ -0,0 +1,28 @@ |
||||
# Generated by Django 3.0.3 on 2020-04-07 03:34 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('api', '0017_auto_20200331_1543'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='appreleaseinfo', |
||||
name='release_id', |
||||
field=models.CharField(db_index=True, max_length=64, unique=True, verbose_name='release 版本id'), |
||||
), |
||||
migrations.AlterField( |
||||
model_name='apps', |
||||
name='app_id', |
||||
field=models.CharField(db_index=True, max_length=64, unique=True), |
||||
), |
||||
migrations.AlterField( |
||||
model_name='apps', |
||||
name='short', |
||||
field=models.CharField(db_index=True, max_length=16, unique=True, verbose_name='短链接'), |
||||
), |
||||
] |
@ -0,0 +1,18 @@ |
||||
# Generated by Django 3.0.3 on 2020-04-07 03:35 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('api', '0018_auto_20200407_1134'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='userinfo', |
||||
name='uid', |
||||
field=models.CharField(db_index=True, max_length=64, unique=True), |
||||
), |
||||
] |
@ -0,0 +1,21 @@ |
||||
# Generated by Django 3.0.3 on 2020-04-07 03:57 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('api', '0019_auto_20200407_1135'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddIndex( |
||||
model_name='apps', |
||||
index=models.Index(fields=['app_id'], name='api_apps_app_id_4c0254_idx'), |
||||
), |
||||
migrations.AddIndex( |
||||
model_name='apps', |
||||
index=models.Index(fields=['id', 'user_id', 'type'], name='api_apps_id_226a6b_idx'), |
||||
), |
||||
] |
Loading…
Reference in new issue