From 461bb2a4ff683a38e6b2066f8c3fec67e110e44a Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 27 Dec 2005 17:59:42 +0000 Subject: More changes for new configuration of actions. git-svn-id: svn://svn.zabbix.com/trunk@2433 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 953d819d..34fc17aa 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -203,7 +203,6 @@ CREATE INDEX audit_clock on audit (clock); CREATE TABLE actions ( actionid serial, userid int4 DEFAULT '0' NOT NULL, - good int4 DEFAULT '0' NOT NULL, delay int4 DEFAULT '0' NOT NULL, subject varchar(255) DEFAULT '' NOT NULL, message text DEFAULT '' NOT NULL, -- cgit