Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-LTS-13816.60.B
/
.
/
frontend
/
migrations
/
108_index_tko_tests_finished_time.py
blob: 5360a8c82d1e79302e1e28a348c5ddf70f042c27 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
CREATE INDEX finished_time_idx ON tko_tests (finished_time);
"""
DOWN_SQL
=
"""
DROP INDEX finished_time_idx ON tko_tests;
"""