Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
2c2628a2602b136acf8d3ca9dc10e716ce4456dd
/
.
/
frontend
/
migrations
/
081_index_afe_jobs_on_parent_id.py
blob: d269fce6b518c40e7c6b1ea6f6e09b83aab27a48 [
file
] [
log
] [
blame
]
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;
"""