Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-LTS-13816.60.B
/
.
/
frontend
/
migrations
/
old_110_remove_synch_id.ignore
blob: 8dc5e18aaef4b235b50e3c6291607df029394401 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
ALTER TABLE `afe_hosts` DROP COLUMN `synch_id`;
"""
DOWN_SQL
=
"""
ALTER TABLE `afe_hosts` ADD `synch_id` int(11) default NULL;
"""