summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.1beta5_to_1.1beta6
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-08 08:16:31 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-08 08:16:31 +0000
commit359fe436c1406cdeb9be3ba2c4dedef1c2df0970 (patch)
treeecec2d89ef60a04c58de6426cfb79b3debb20dde /upgrades/dbpatches/1.1beta5_to_1.1beta6
parent54ca60fa017264d28d31a556117d0f3de4ade28f (diff)
downloadzabbix-359fe436c1406cdeb9be3ba2c4dedef1c2df0970.tar.gz
zabbix-359fe436c1406cdeb9be3ba2c4dedef1c2df0970.tar.xz
zabbix-359fe436c1406cdeb9be3ba2c4dedef1c2df0970.zip
Minor fixes.
git-svn-id: svn://svn.zabbix.com/trunk@2627 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades/dbpatches/1.1beta5_to_1.1beta6')
-rw-r--r--upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql b/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql
index 09e328b2..264b69d4 100644
--- a/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql
+++ b/upgrades/dbpatches/1.1beta5_to_1.1beta6/mysql/patch.sql
@@ -1,4 +1,4 @@
--alter table sysmaps add label_location int(1) DEFAULT '0' NOT NULL;
+alter table sysmaps add label_location int(1) DEFAULT '0' NOT NULL;
alter table hosts drop network_errors;
alter table hosts add errors_from int(4) DEFAULT '0' NOT NULL;