summaryrefslogtreecommitdiffstats
path: root/create/schema/gen.pl
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-01 14:36:26 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-01 14:36:26 +0000
commit13fc8c698700cf8d53226e623cf36b9dd13a312c (patch)
tree7b0d36e7745d15289a50895ed3ca864d381d4bf1 /create/schema/gen.pl
parent0603b32cc923505d14e2e88a1af0bc01ac533e08 (diff)
downloadzabbix-13fc8c698700cf8d53226e623cf36b9dd13a312c.tar.gz
zabbix-13fc8c698700cf8d53226e623cf36b9dd13a312c.tar.xz
zabbix-13fc8c698700cf8d53226e623cf36b9dd13a312c.zip
Support of node change in ZABBIX server.
git-svn-id: svn://svn.zabbix.com/trunk@3552 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema/gen.pl')
-rwxr-xr-xcreate/schema/gen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/schema/gen.pl b/create/schema/gen.pl
index 17847ac0..b3c14fca 100755
--- a/create/schema/gen.pl
+++ b/create/schema/gen.pl
@@ -46,7 +46,7 @@ local $output;
%c=( "type" => "code",
"after" => "\t{0}\n};\n",
"t_bigint" => "ZBX_TYPE_UINT",
- "t_id" => "ZBX_TYPE_UINT",
+ "t_id" => "ZBX_TYPE_ID",
"t_integer" => "ZBX_TYPE_INT",
"t_time" => "ZBX_TYPE_INT",
"t_serial" => "ZBX_TYPE_UINT",