Changeset View
Changeset View
Standalone View
Standalone View
swh/web/common/migrations/0008_save-code-now_indexes_20210106_1327.py
# Generated by Django 2.2.15 on 2021-01-06 13:27 | # Generated by Django 2.2.15 on 2021-01-06 13:27 | ||||
# Adds indexes to the Save Code Now tables. | # Adds indexes to the Save Code Now tables. | ||||
from django.db import migrations, models | from django.db import migrations, models | ||||
class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||
dependencies = [ | dependencies = [ | ||||
("swh.web.common", "0007_save_request_task_status_fix_typo"), | ("swh_web_common", "0007_save_request_task_status_fix_typo"), | ||||
] | ] | ||||
operations = [ | operations = [ | ||||
migrations.AddIndex( | migrations.AddIndex( | ||||
model_name="saveauthorizedorigin", | model_name="saveauthorizedorigin", | ||||
index=models.Index(fields=["url"], name="save_author_url_3e4e9d_idx"), | index=models.Index(fields=["url"], name="save_author_url_3e4e9d_idx"), | ||||
), | ), | ||||
migrations.AddIndex( | migrations.AddIndex( | ||||
Show All 10 Lines |