From ed16c1297a5981af9c665ff462bbae937383abbb Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 8 May 2006 09:57:44 +0000 Subject: - integer values will not be treated a sunsupported for items having type float (Alexei) - fixed is_double() (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2818 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/data/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create/data/data.sql') diff --git a/create/data/data.sql b/create/data/data.sql index 70f21625..be491e5a 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -21,7 +21,7 @@ -- Dumping data for table `config` -- -INSERT INTO config VALUES (365,365,600); +INSERT INTO config VALUES (365,365,600,'1-5,00:00-24:00'); -- -- Dumping data for table `media_type` -- cgit