blob: 38a5b792d2c620dc0186bd270bf65cfdec27d8a0 [file] [log] [blame]
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;
"""