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.
22 lines
554 B
22 lines
554 B
5 years ago
|
# 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'),
|
||
|
),
|
||
|
]
|