summaryrefslogtreecommitdiffstats
path: root/create/mysql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/mysql/schema.sql')
-rw-r--r--create/mysql/schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/create/mysql/schema.sql b/create/mysql/schema.sql
index ea5fbcd8..5eacc3a6 100644
--- a/create/mysql/schema.sql
+++ b/create/mysql/schema.sql
@@ -140,7 +140,8 @@ CREATE TABLE config (
-- smtp_email varchar(255) DEFAULT '' NOT NULL,
-- password_required int(1) DEFAULT '0' NOT NULL,
alert_history int(4) DEFAULT '0' NOT NULL,
- alarm_history int(4) DEFAULT '0' NOT NULL
+ alarm_history int(4) DEFAULT '0' NOT NULL,
+ refresh_unsupported int(4) DEFAULT '0' NOT NULL
) type=InnoDB;
--