From a678780a5405b247b28649d7852814ef8f6c73f9 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 30 Jan 2006 08:56:26 +0000 Subject: - added support of icon label locations (Alexei) - added new column sysmaps.label_location (Alexei) - better processing of server startup/shutdown (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2569 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 aceb8912..21f1de6b 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -416,6 +416,7 @@ CREATE TABLE sysmaps ( height int4 DEFAULT '0' NOT NULL, background varchar(64) DEFAULT '' NOT NULL, label_type int4 DEFAULT '0' NOT NULL, + label_location int2 DEFAULT '0' NOT NULL, PRIMARY KEY (sysmapid) ); -- cgit