summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 358f8b43..98d08d05 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -96,7 +96,8 @@ CREATE TABLE config (
-- smtp_email varchar(255) DEFAULT '' NOT NULL,
-- password_required int4 DEFAULT '0' NOT NULL,
alert_history int4 DEFAULT '0' NOT NULL,
- alarm_history int4 DEFAULT '0' NOT NULL
+ alarm_history int4 DEFAULT '0' NOT NULL,
+ refresh_unsupported int4 DEFAULT '0' NOT NULL
);
--