summaryrefslogtreecommitdiff
path: root/scripts/db_update-20151013.sql
blob: fd37e4cf61e43fb785981c71425e26c2b9a9b8da (plain)
1
2
3
4
alter table problem drop column name;
alter table language drop column name;
alter table problem_group drop column name;
alter table codeq_user add column robot_address varchar(30);