diff options
Diffstat (limited to 'upgrades/dbpatches/1.6/mysql/patch/operations.sql')
-rw-r--r-- | upgrades/dbpatches/1.6/mysql/patch/operations.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.6/mysql/patch/operations.sql b/upgrades/dbpatches/1.6/mysql/patch/operations.sql new file mode 100644 index 00000000..c83520d0 --- /dev/null +++ b/upgrades/dbpatches/1.6/mysql/patch/operations.sql @@ -0,0 +1,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; |