Sign in
android
/
platform
/
external
/
autotest
/
470f4f3b5ea50c8bc9d7e3c9ca145d117c1d318a
/
.
/
frontend
/
migrations
/
074_test_add_test_retry.py
blob: d30fb4d2ce01d3ad0a0c763efc18bd181f0198b3 [
file
] [
log
] [
blame
]
UP_SQL
=
"""
ALTER TABLE afe_autotests ADD COLUMN test_retry integer NOT NULL DEFAULT '0';
"""
DOWN_SQL
=
"""
ALTER TABLE afe_autotests DROP COLUMN test_retry;
"""