summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.6/mysql/patch/operations.sql
blob: c83520d0ced0b913b5ffb589b26f234cd20a4b17 (plain)
1
2
3
4
5
alter table operations add        esc_period              integer         DEFAULT '0'     NOT NULL;
alter table operations add        esc_step_from           integer         DEFAULT '0'     NOT NULL;
alter table operations add        esc_step_to             integer         DEFAULT '0'     NOT NULL;
alter table operations add        default_msg             integer         DEFAULT '0'     NOT NULL;
alter table operations add        evaltype                integer         DEFAULT '0'     NOT NULL;