From 419fb9970aecbdfe99e4131d437046858326018b Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 23 Sep 2001 15:31:11 +0000 Subject: - no full list of triggers and items will be shown - deleted column triggers.lastcheck - fixed PostgreSQL upgrade patch to 1.0alpha10 - if item.history==0, not values will be added to table history for this item - added directory upgrades/dbpatches/1.0alpha10_to_1.0alpha11/ git-svn-id: svn://svn.zabbix.com/trunk@211 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 207147fa..bf7913ac 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -75,7 +75,6 @@ CREATE TABLE triggers ( expression varchar(255) DEFAULT '' NOT NULL, description varchar(255) DEFAULT '' NOT NULL, istrue int4 DEFAULT '0' NOT NULL, - lastcheck int4 DEFAULT '0' NOT NULL, priority int2 DEFAULT '0' NOT NULL, lastchange int4 DEFAULT '0' NOT NULL, dep_level int2 DEFAULT '0' NOT NULL, -- cgit