summaryrefslogtreecommitdiffstats
path: root/create/schema/schema.sql
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-27 13:38:50 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-27 13:38:50 +0000
commitef76479c1aeefa6f7920473f8be38292dfdbc837 (patch)
treeea973e1f148d051ba0260099464d48efe7a37e1a /create/schema/schema.sql
parentedf199a4f93b92945ef8a0f0a92730e4ec4f378e (diff)
downloadzabbix-ef76479c1aeefa6f7920473f8be38292dfdbc837.tar.gz
zabbix-ef76479c1aeefa6f7920473f8be38292dfdbc837.tar.xz
zabbix-ef76479c1aeefa6f7920473f8be38292dfdbc837.zip
- developed multitemplate system (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3388 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema/schema.sql')
-rw-r--r--create/schema/schema.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 050ddace..0413a05b 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -343,7 +343,6 @@ CREATE TABLE hosts (
error {varchar}(128) DEFAULT '' NOT NULL,
available {integer} DEFAULT '0' NOT NULL,
errors_from {integer} DEFAULT '0' NOT NULL,
- templateid {bigint} DEFAULT '0' NOT NULL,
PRIMARY KEY (hostid)
) {create_table_opt};
@@ -586,9 +585,6 @@ CREATE TABLE hosts_templates (
hosttemplateid {bigint} DEFAULT '0' NOT NULL,
hostid {bigint} DEFAULT '0' NOT NULL,
templateid {bigint} DEFAULT '0' NOT NULL,
- items {integer} DEFAULT '0' NOT NULL,
- triggers {integer} DEFAULT '0' NOT NULL,
- graphs {integer} DEFAULT '0' NOT NULL,
PRIMARY KEY (hosttemplateid)
) {create_table_opt};