Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize.59781.98.B
/
.
/
frontend
/
migrations
/
073_job_add_test_retry.py
blob: 699b38d85cd9ff74af81cb922c26b87806a71fa7 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
ALTER TABLE afe_jobs ADD COLUMN test_retry integer NOT NULL DEFAULT '0';
"""
DOWN_SQL
=
"""
ALTER TABLE afe_jobs DROP COLUMN test_retry;
"""