Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize.59781.98.B
/
.
/
frontend
/
migrations
/
039_remove_special_tasks_log_file.py
blob: 4f5aa599f8e5add0f106303ccf1255ebbd84e636 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
'ALTER TABLE special_tasks DROP COLUMN log_file'
DOWN_SQL
=
"""
ALTER TABLE special_tasks ADD COLUMN log_file VARCHAR(45) NOT NULL DEFAULT ''
"""