summaryrefslogtreecommitdiffstats
path: root/create/schema
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-02 13:52:46 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-02 13:52:46 +0000
commita15d9da563de55c96eb08f52dad5ac805f21e3d3 (patch)
tree34a324b1cfe50f1dd02152b041750b646466615f /create/schema
parent58c24d5f521adb0e22ff17a930c47e635e1a8437 (diff)
downloadzabbix-a15d9da563de55c96eb08f52dad5ac805f21e3d3.tar.gz
zabbix-a15d9da563de55c96eb08f52dad5ac805f21e3d3.tar.xz
zabbix-a15d9da563de55c96eb08f52dad5ac805f21e3d3.zip
- [DEV-76] Incorrect image index in standart maps
git-svn-id: svn://svn.zabbix.com/trunk@4973 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema')
-rw-r--r--create/schema/schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 9181d870..9cb89042 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -584,9 +584,9 @@ FIELD |selementid |t_id |'0' |NOT NULL |0
FIELD |sysmapid |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |elementid |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |elementtype |t_integer |'0' |NOT NULL |ZBX_SYNC
-FIELD |iconid_off |t_bigint |'0' |NOT NULL |ZBX_SYNC
-FIELD |iconid_on |t_bigint |'0' |NOT NULL |ZBX_SYNC
-FIELD |iconid_unknown |t_bigint |'0' |NOT NULL |ZBX_SYNC
+FIELD |iconid_off |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |iconid_on |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |iconid_unknown |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |label |t_varchar(128) |'' |NOT NULL |ZBX_SYNC
FIELD |label_location |t_integer | |NULL |ZBX_SYNC
FIELD |x |t_integer |'0' |NOT NULL |ZBX_SYNC