Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-LTS-13816.60.B
/
.
/
frontend
/
migrations
/
107_index_tko_jobs_started_time.py
blob: 125daf7d8bf9ea1f446185c4f5004ee00029f105 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
CREATE INDEX started_time_index ON tko_jobs (started_time);
"""
DOWN_SQL
=
"""
DROP INDEX started_time_index ON tko_jobs;
"""