summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
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 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,