diff options
author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-04 18:57:41 +0000 |
---|---|---|
committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-04 18:57:41 +0000 |
commit | a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae (patch) | |
tree | b92473be60a9432e574b820a9bc56baf88145105 /upgrades/dbpatches/1.6/mysql/patch/operations.sql | |
parent | fb2dec053c46188acd9a1df0ee4b3e9091f5dd94 (diff) | |
download | zabbix-a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae.tar.gz zabbix-a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae.tar.xz zabbix-a13221c0a0e7b56cf6f2175ff5c0928f7ca9cdae.zip |
- [DEV-137] updated version to 1.5.3 (Alexei)base-1.5.3
git-svn-id: svn://svn.zabbix.com/trunk@5754 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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; |