summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-07-17 18:00:56 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-07-17 18:00:56 +0000
commit28d06d4fe1b4b6bee7c4f67266c74990e2d10921 (patch)
treef003c3ac0aa72dbe845b68e1338f83f94f60bc55 /upgrades
parent5cd6958b2d864fe94f21725fc37ed69e0b68926f (diff)
downloadzabbix-28d06d4fe1b4b6bee7c4f67266c74990e2d10921.tar.gz
zabbix-28d06d4fe1b4b6bee7c4f67266c74990e2d10921.tar.xz
zabbix-28d06d4fe1b4b6bee7c4f67266c74990e2d10921.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1362 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.0_to_1.1alpha1/mysql/patch.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.0_to_1.1alpha1/mysql/patch.sql b/upgrades/dbpatches/1.0_to_1.1alpha1/mysql/patch.sql
index a503e047..c44a8b65 100644
--- a/upgrades/dbpatches/1.0_to_1.1alpha1/mysql/patch.sql
+++ b/upgrades/dbpatches/1.0_to_1.1alpha1/mysql/patch.sql
@@ -1,3 +1,3 @@
alter table users add url varchar(255) DEFAULT '' NOT NULL;
alter table sysmaps add use_background int(4) DEFAULT 0 NOT NULL;
-alter table sysmaps add background blob DEFAULT '' NOT NULL;
+alter table sysmaps add background longblob DEFAULT '' NOT NULL;