Sign in
android
/
platform
/
external
/
autotest
/
470f4f3b5ea50c8bc9d7e3c9ca145d117c1d318a
/
.
/
frontend
/
migrations
/
076_index_pending_hqe.py
blob: 29862248c789cb89ef3af973331ad288c82c9a6a [
file
] [
log
] [
blame
]
UP_SQL
=
"""
CREATE INDEX host_queue_entry_status ON afe_host_queue_entries (status);
"""
DOWN_SQL
=
"""
DROP INDEX host_queue_entry_status ON afe_host_queue_entries;
"""