From 4131f65fe191c74f7a5ade026034506f71e5203c Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 23 Feb 2006 09:57:52 +0000 Subject: - added column actions.status (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2677 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 88e0fe19..fbedd28b 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -216,6 +216,7 @@ CREATE TABLE actions ( repeatdelay int4 DEFAULT '600' NOT NULL, source int2 DEFAULT '0' NOT NULL, actiontype int2 DEFAULT '0' NOT NULL, + status int2 DEFAULT '0' NOT NULL, PRIMARY KEY (actionid) -- depends on scope. Could be hostid or 0. -- FOREIGN KEY (triggerid) REFERENCES triggers -- cgit