summaryrefslogtreecommitdiffstats
path: root/create/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'create/mysql')
-rw-r--r--create/mysql/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/mysql/schema.sql b/create/mysql/schema.sql
index e632f792..a9401bd3 100644
--- a/create/mysql/schema.sql
+++ b/create/mysql/schema.sql
@@ -202,7 +202,7 @@ CREATE TABLE hosts (
port int(4) DEFAULT '0' NOT NULL,
status int(4) DEFAULT '0' NOT NULL,
# If status=UNREACHABLE, host will not be checked until
- disabled_until int(4) DEFAULT '0' NOT NULL,
+ disable_until int(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (hostid),
KEY (status)
);