summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--create/schema/schema.sql2
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1885ba8c..f4cf6de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Changes for 1.5:
+ - added new columns graphs.show_legend, graphs.show_3d (Alexei)
- added frontend-side support of quotes and triger expression validation (Eugene)
- added availability to show negative values in graphs (Artem)
- developed database monitoring via ODBC (Eugene)
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 87fc800e..1c154c87 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -350,6 +350,8 @@ FIELD |templateid |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |show_work_period|t_integer |'1' |NOT NULL |ZBX_SYNC
FIELD |show_triggers |t_integer |'1' |NOT NULL |ZBX_SYNC
FIELD |graphtype |t_integer |'0' |NOT NULL |ZBX_SYNC
+FIELD |show_legend |t_integer |'0' |NOT NULL |ZBX_SYNC
+FIELD |show_3d |t_integer |'0' |NOT NULL |ZBX_SYNC
INDEX |graphs_1 |name
TABLE|graphs_items|gitemid|ZBX_SYNC