summaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-06 11:54:33 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-06 11:54:33 +0000
commitd44d0223b9bb9dc939e789965e6005c96a28cea5 (patch)
treebf89d508a1dbae6d173696a3de6793f70efae2fe /create
parentfee83d000676fd83b3c0d615f8386c1fb939138a (diff)
downloadzabbix-d44d0223b9bb9dc939e789965e6005c96a28cea5.tar.gz
zabbix-d44d0223b9bb9dc939e789965e6005c96a28cea5.tar.xz
zabbix-d44d0223b9bb9dc939e789965e6005c96a28cea5.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3431 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create')
-rw-r--r--create/data/nodes.sql4
-rw-r--r--create/schema/schema_new.sql1
2 files changed, 3 insertions, 2 deletions
diff --git a/create/data/nodes.sql b/create/data/nodes.sql
index 7cc6840b..03efa704 100644
--- a/create/data/nodes.sql
+++ b/create/data/nodes.sql
@@ -1,2 +1,2 @@
-insert into nodes values (2, "D8", 2, "192.168.1.55", 10051, 30, 365, 0, 0, 1, 1);
-insert into nodes values (1, "ZABBIX", 2, "192.168.1.88", 10051, 30, 365, 0, 0, 0, 0);
+insert into nodes values (2, "D8", 2, "192.168.1.55", 10051, 30, 365, 0, 0, 0, 0, 1, 1);
+insert into nodes values (1, "ZABBIX", 2, "192.168.1.88", 10051, 30, 365, 0, 0, 0, 0, 0, 0);
diff --git a/create/schema/schema_new.sql b/create/schema/schema_new.sql
index 5dacaa7b..c6cd6a0c 100644
--- a/create/schema/schema_new.sql
+++ b/create/schema/schema_new.sql
@@ -31,6 +31,7 @@ FIELD |slave_history |t_integer |'0' |NOT NULL |
FIELD |slave_trends |t_integer |'0' |NOT NULL |
FIELD |event_lastid |t_id |'0' |NOT NULL |
FIELD |history_lastid |t_bigint |'0' |NOT NULL |
+FIELD |history_str_lastid|t_bigint |'0' |NOT NULL |
FIELD |history_uint_lastid|t_bigint |'0' |NOT NULL |
FIELD |nodetype |t_integer |'0' |NOT NULL |
FIELD |masterid |t_id |'0' |NOT NULL |