summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/mysql/patch/dhosts.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/mysql/patch/dhosts.sql')
-rw-r--r--upgrades/dbpatches/1.4/mysql/patch/dhosts.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/mysql/patch/dhosts.sql b/upgrades/dbpatches/1.4/mysql/patch/dhosts.sql
index d15489c8..17718048 100644
--- a/upgrades/dbpatches/1.4/mysql/patch/dhosts.sql
+++ b/upgrades/dbpatches/1.4/mysql/patch/dhosts.sql
@@ -5,6 +5,5 @@ CREATE TABLE dhosts (
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;