1UP_SQL = """ 2CREATE INDEX finished_time_idx ON tko_tests (finished_time); 3""" 4 5DOWN_SQL = """ 6DROP INDEX finished_time_idx ON tko_tests; 7""" 8