summaryrefslogtreecommitdiffstats
path: root/create/schema
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 06:56:46 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 06:56:46 +0000
commit86ada7d77c1ce15210d7894d0858bbafd3a3f0c6 (patch)
tree5624f1a872a7df3006c6dd90266d03a10d070731 /create/schema
parent1f6bef28b8801d8f902ab23c520dfcf7430b1394 (diff)
downloadzabbix-86ada7d77c1ce15210d7894d0858bbafd3a3f0c6.tar.gz
zabbix-86ada7d77c1ce15210d7894d0858bbafd3a3f0c6.tar.xz
zabbix-86ada7d77c1ce15210d7894d0858bbafd3a3f0c6.zip
- [DEV-149] partial implementation {beta} (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5682 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema')
-rw-r--r--create/schema/schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 5190b260..70f34a6c 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -571,6 +571,8 @@ FIELD |scriptid |t_id |'0' |NOT NULL |0
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
+FIELD |usrgrpid |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |groupid |t_id |'0' |NOT NULL |ZBX_SYNC
TABLE|screens|screenid|ZBX_SYNC
FIELD |screenid |t_id |'0' |NOT NULL |0