From fa076fa0fb007a382ab291a16a6645d4fb9e583c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Mar 2007 14:26:40 +0000 Subject: - removed support of action repeats (Alexei) - fixed upgrade of rights,sysmaps,sysmaps_elements (Alexei) - fixed initial creation of user rights in data.sql (Alexei) - fixes of PostgreSQL compile (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3875 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/data/data.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'create/data/data.sql') diff --git a/create/data/data.sql b/create/data/data.sql index 49dbfa8b..b108722d 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -55,9 +55,9 @@ INSERT INTO usrgrp VALUES (7,'Zabbix administrators'); -- Dumping data for table `rights` -- -INSERT INTO rights VALUES (1,1,0,0,0); -INSERT INTO rights VALUES (2,1,0,0,0); -INSERT INTO rights VALUES (3,2,0,0,0); +-- INSERT INTO rights VALUES (1,1,0,0,0); +-- INSERT INTO rights VALUES (2,1,0,0,0); +-- INSERT INTO rights VALUES (3,2,0,0,0); -- -- Dumping data for table `hosts` -- cgit