From cba7572f9fd0fde78741f348be7ef0f1c87cfea1 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 12 Aug 2003 09:48:44 +0000 Subject: - added column graphs_items.sortorder (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@903 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 d6e4fedf..dcd40c6e 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -396,6 +396,7 @@ CREATE TABLE graphs_items ( graphid int4 DEFAULT '0' NOT NULL, itemid int4 DEFAULT '0' NOT NULL, drawtype int4 DEFAULT '0' NOT NULL, + sortorder int4 DEFAULT '0' NOT NULL, color varchar(32) DEFAULT 'Dark Green' NOT NULL, PRIMARY KEY (gitemid), FOREIGN KEY (graphid) REFERENCES graphs, -- cgit