From a84dab5580787c48fc4e02c39d9429a078bb119b Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 25 Mar 2004 19:45:03 +0000 Subject: - fixed PostgreSQL schema. Removed unnecessary comma. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1306 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 09dd8954..16dcfc42 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -177,7 +177,7 @@ CREATE TABLE actions ( message text DEFAULT '' NOT NULL, nextcheck int4 DEFAULT '0' NOT NULL, recipient int4 DEFAULT '0' NOT NULL, - PRIMARY KEY (actionid), + PRIMARY KEY (actionid) -- depends on scope. Could be hostid or 0. -- FOREIGN KEY (triggerid) REFERENCES triggers -- could be groupid -- cgit