Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9349020
0008_save-code-now_indexes_20210106_1327.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
868 B
Subscribers
None
0008_save-code-now_indexes_20210106_1327.py
View Options
# Generated by Django 2.2.15 on 2021-01-06 13:27
# Adds indexes to the Save Code Now tables.
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"swh_web_save_code_now"
,
"0007_save_request_task_status_fix_typo"
),
]
operations
=
[
migrations
.
AddIndex
(
model_name
=
"saveauthorizedorigin"
,
index
=
models
.
Index
(
fields
=
[
"url"
],
name
=
"save_author_url_3e4e9d_idx"
),
),
migrations
.
AddIndex
(
model_name
=
"saveoriginrequest"
,
index
=
models
.
Index
(
fields
=
[
"origin_url"
,
"status"
],
name
=
"save_origin_origin__b46350_idx"
),
),
migrations
.
AddIndex
(
model_name
=
"saveunauthorizedorigin"
,
index
=
models
.
Index
(
fields
=
[
"url"
],
name
=
"save_unauth_url_c008fc_idx"
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Jul 4 2025, 7:01 PM (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238422
Attached To
R65 Staging repository
Event Timeline
Log In to Comment