Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/stabilize.59781.98.B
/
.
/
frontend
/
migrations
/
067_add_id_afe_acl_groups_hosts.py
blob: 4bd6572bed19e461880f1afe592d138b09248cf5 [
file
] [
log
] [
blame
] [
edit
]
UP_SQL
=
"""
ALTER TABLE afe_acl_groups_hosts ADD COLUMN id integer AUTO_INCREMENT NOT NULL PRIMARY KEY FIRST;
"""
DOWN_SQL
=
"""
ALTER TABLE afe_acl_groups_hosts DROP COLUMN id;
"""