Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize.59781.98.B
/
.
/
frontend
/
migrations
/
089_index_afe_jobs_on_owner.py
blob: b382d2f91e3f4a85dcb4dfad6290cbc34b7edb75 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
CREATE INDEX owner_index ON afe_jobs (owner);
"""
DOWN_SQL
=
"""
DROP INDEX owner_index ON afe_jobs;
"""