summaryrefslogtreecommitdiffstats
path: root/create/data/data.sql
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-09-24 15:36:35 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-09-24 15:36:35 +0000
commitabafe94bd653f8510dba94760607869ff31b248d (patch)
treec90de20cdc2ffd1be5c327fdce3ef873a6897d2e /create/data/data.sql
parent027a8968f5e0af59673aaa1e72f09c018fd123bb (diff)
downloadzabbix-abafe94bd653f8510dba94760607869ff31b248d.tar.gz
zabbix-abafe94bd653f8510dba94760607869ff31b248d.tar.xz
zabbix-abafe94bd653f8510dba94760607869ff31b248d.zip
Added basic support of distributed history (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3322 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/data/data.sql')
-rw-r--r--create/data/data.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index 205636d5..50a7e1ef 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -60,8 +60,8 @@ INSERT INTO rights VALUES (3,2,'Default permission','R',0);
-- Dumping data for table `hosts`
--
-INSERT INTO hosts VALUES (10001,'Unix_t',0,'',10000,3,0,'',0,0,0);
---INSERT INTO hosts VALUES (10001,'Unix_t',1,'127.0.0.1',10050,0,0,'',0,0,0);
+--INSERT INTO hosts VALUES (10001,'Unix_t',0,'',10000,3,0,'',0,0,0);
+INSERT INTO hosts VALUES (10001,'Unix_t',1,'127.0.0.1',10050,0,0,'',0,0,0);
INSERT INTO hosts VALUES (10002,'Windows_t',0,'',10000,3,0,'',0,0,0);
INSERT INTO hosts VALUES (10004,'Standalone_t',0,'',10000,3,0,'',0,0,0);
INSERT INTO hosts VALUES (10003,'MySQL_t',0,'',10000,3,0,'',0,0,0);