summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 08:56:26 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 08:56:26 +0000
commita678780a5405b247b28649d7852814ef8f6c73f9 (patch)
tree8956c1e0d6269f432394170a3c8d0e054ff8771d /create/postgresql/schema.sql
parent11c71af449e0f8d5afc482f631cd7411663529b0 (diff)
downloadzabbix-a678780a5405b247b28649d7852814ef8f6c73f9.tar.gz
zabbix-a678780a5405b247b28649d7852814ef8f6c73f9.tar.xz
zabbix-a678780a5405b247b28649d7852814ef8f6c73f9.zip
- 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
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql1
1 files changed, 1 insertions, 0 deletions
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)
);