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 cac5d9ac..e1526873 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -559,6 +559,7 @@ CREATE TABLE screens_items (
x int4 DEFAULT '0' NOT NULL,
y int4 DEFAULT '0' NOT NULL,
colspan int4 DEFAULT '0' NOT NULL,
+ rowspan int4 DEFAULT '0' NOT NULL,
PRIMARY KEY (screenitemid)
);