summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-07-08 15:44:10 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-07-08 15:44:10 +0000
commit06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7 (patch)
tree39449be83e3fb3b99f81897e2478a1857427dd96 /upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql
parentade87bab8d26dd4a23a1e96e9e13ae3158999696 (diff)
downloadzabbix-06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7.tar.gz
zabbix-06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7.tar.xz
zabbix-06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7.zip
Color attribute added to each parameter of graph.
git-svn-id: svn://svn.zabbix.com/trunk@132 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql')
-rw-r--r--upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql/patch.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql/patch.sql b/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql/patch.sql
new file mode 100644
index 00000000..9f14371c
--- /dev/null
+++ b/upgrades/dbpatches/1.0alpha7_to_1.0alpha8/postgresql/patch.sql
@@ -0,0 +1 @@
+alter table graphs_items add color varchar(32) DEFAULT 'Dark Green' NOT NULL;