Sign in
android
/
platform
/
external
/
autotest
/
025ef692cb20347c580951331369335b01ee44fb
/
.
/
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;
"""