From d5dea01e509ef5f5aaa1bece2845c4aeb4d716ef Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 28 Apr 2006 13:29:58 +0000 Subject: - minor fix (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2790 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create/postgresql/schema.sql') 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, ); -- -- cgit