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.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 8ecca675..0f8dbe25 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -101,7 +101,7 @@ CREATE TABLE config (
alert_history int4 DEFAULT '0' NOT NULL,
alarm_history int4 DEFAULT '0' NOT NULL,
refresh_unsupported int4 DEFAULT '0' NOT NULL
- work_period varchar(100) DEFAULT '1-7,00:00-23:59' NOT NULL,
+ work_period varchar(100) DEFAULT '1-5,00:00-24:00' NOT NULL,
);
--