Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize.59781.98.B
/
.
/
frontend
/
migrations
/
081_index_afe_jobs_on_parent_id.py
blob: d269fce6b518c40e7c6b1ea6f6e09b83aab27a48 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
CREATE INDEX parent_job_id_index ON afe_jobs (parent_job_id);
"""
DOWN_SQL
=
"""
DROP INDEX parent_job_id_index ON afe_jobs;
"""