From bd8e9b9574137d509cae0fa35c8b82f146d054d7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 11 Oct 2005 09:44:13 +0000 Subject: MInor changes. git-svn-id: svn://svn.zabbix.com/trunk@2166 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 8e831872..ed291f5e 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -250,6 +250,10 @@ CREATE TABLE alerts ( status int4 DEFAULT '0' NOT NULL, retries int4 DEFAULT '0' NOT NULL, error varchar(128) DEFAULT '' NOT NULL, + repeats int4 DEFAULT '0' NOT NULL, + maxrepeats int4 DEFAULT '0' NOT NULL, + nextcheck int4 DEFAULT '0' NOT NULL, + delay int4 DEFAULT '0' NOT NULL, PRIMARY KEY (alertid), FOREIGN KEY (actionid) REFERENCES actions, FOREIGN KEY (triggerid) REFERENCES triggers, -- cgit