summaryrefslogtreecommitdiffstats
path: root/create/schema
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-05 16:50:27 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-05 16:50:27 +0000
commit81066a12b4d044454e050c996b287909371d99da (patch)
treeec85e4125adedbc2e2c796b2cc975dba202c7d84 /create/schema
parentf97ca678322298806060af8895dd50e34ad27602 (diff)
downloadzabbix-81066a12b4d044454e050c996b287909371d99da.tar.gz
zabbix-81066a12b4d044454e050c996b287909371d99da.tar.xz
zabbix-81066a12b4d044454e050c996b287909371d99da.zip
- [DEV-129] added column alerts.eventid (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5444 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema')
-rw-r--r--create/schema/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index b02ba367..80ba9302 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -154,7 +154,7 @@ INDEX |times_1 |serviceid,type,ts_from,ts_to
TABLE|alerts|alertid|ZBX_HISTORY
FIELD |alertid |t_id |'0' |NOT NULL |0
FIELD |actionid |t_id |'0' |NOT NULL |0
-FIELD |triggerid |t_id |'0' |NOT NULL |0
+FIELD |eventid |t_id |'0' |NOT NULL |0
FIELD |userid |t_id |'0' |NOT NULL |0
FIELD |clock |t_time |'0' |NOT NULL |0
FIELD |mediatypeid |t_id |'0' |NOT NULL |0