summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/mysql/1.1/hosts_templates.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/mysql/1.1/hosts_templates.sql')
-rw-r--r--upgrades/dbpatches/1.3/mysql/1.1/hosts_templates.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/upgrades/dbpatches/1.3/mysql/1.1/hosts_templates.sql b/upgrades/dbpatches/1.3/mysql/1.1/hosts_templates.sql
deleted file mode 100644
index 49229629..00000000
--- a/upgrades/dbpatches/1.3/mysql/1.1/hosts_templates.sql
+++ /dev/null
@@ -1,10 +0,0 @@
-CREATE TABLE hosts_templates (
- hosttemplateid int(4) NOT NULL auto_increment,
- hostid int(4) DEFAULT '0' NOT NULL,
- templateid int(4) DEFAULT '0' NOT NULL,
- items int(1) DEFAULT '0' NOT NULL,
- triggers int(1) DEFAULT '0' NOT NULL,
- graphs int(1) DEFAULT '0' NOT NULL,
- PRIMARY KEY (hosttemplateid),
- UNIQUE (hostid, templateid)
-) type=InnoDB;