summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/mysql/patch/dhosts.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/mysql/patch/dhosts.sql')
-rw-r--r--upgrades/dbpatches/1.3/mysql/patch/dhosts.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/upgrades/dbpatches/1.3/mysql/patch/dhosts.sql b/upgrades/dbpatches/1.3/mysql/patch/dhosts.sql
deleted file mode 100644
index d15489c8..00000000
--- a/upgrades/dbpatches/1.3/mysql/patch/dhosts.sql
+++ /dev/null
@@ -1,10 +0,0 @@
-CREATE TABLE dhosts (
- dhostid bigint unsigned DEFAULT '0' NOT NULL,
- druleid bigint unsigned DEFAULT '0' NOT NULL,
- ip varchar(15) DEFAULT '' NOT NULL,
- status integer DEFAULT '0' NOT NULL,
- lastup integer DEFAULT '0' NOT NULL,
- lastdown integer DEFAULT '0' NOT NULL,
- eventsent integer DEFAULT '0' NOT NULL,
- PRIMARY KEY (dhostid)
-) type=InnoDB;