summaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-22 08:59:03 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-22 08:59:03 +0000
commitf38a1fc720a21de1cba5ae836cb0f18151a7951c (patch)
tree7f16747dbe94a301b35f8e3edadaa80c1db60324 /create
parent60da943002fe7f97e7802768bda423995b05caa7 (diff)
downloadzabbix-f38a1fc720a21de1cba5ae836cb0f18151a7951c.tar.gz
zabbix-f38a1fc720a21de1cba5ae836cb0f18151a7951c.tar.xz
zabbix-f38a1fc720a21de1cba5ae836cb0f18151a7951c.zip
[DEV-48] Added new table "scripts" (Alexei)
[svn merge -r4883:4885 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4886 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create')
-rw-r--r--create/schema/schema.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index c9c24bab..12870095 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -511,6 +511,12 @@ FIELD |permission |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |id |t_id | | |ZBX_SYNC
INDEX |1 |groupid
+TABLE|scripts|scriptid|ZBX_SYNC
+FIELD |scriptid |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |name |t_varchar(255) |'' |NOT NULL |ZBX_SYNC
+FIELD |command |t_varchar(255) |'' |NOT NULL |ZBX_SYNC
+FIELD |host_access |t_integer |'0' |NOT NULL |ZBX_SYNC
+
TABLE|screens|screenid|ZBX_SYNC
FIELD |screenid |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |name |t_varchar(255) |'Screen'|NOT NULL |ZBX_SYNC