Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize-LTS-13816.60.B
/
.
/
frontend
/
migrations
/
109_change_tko_test_attributes_id_data_type.py
blob: 38a5b792d2c620dc0186bd270bf65cfdec27d8a0 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
ALTER TABLE tko_test_attributes MODIFY id bigint(20) AUTO_INCREMENT;
"""
DOWN_SQL
=
"""
ALTER TABLE tko_test_attributes MODIFY id int(11) AUTO_INCREMENT;
"""