summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-10-16 15:20:25 +0200
committerRobert Zorko <robertz@gurucue.com>2015-10-16 15:20:25 +0200
commit38edde81a6c3a3d97737db01aaaab2fbc800d940 (patch)
tree7ed0112d99d70857f6ba76936ce77bf38739900c /db
parent4a781b21db10f82e35b9945109b5f4d41ad0e8c3 (diff)
added gui_layout to the settings of the user
Diffstat (limited to 'db')
-rw-r--r--db/create.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/create.sql b/db/create.sql
index c0e95fa..31b0f5f 100644
--- a/db/create.sql
+++ b/db/create.sql
@@ -35,6 +35,7 @@ create table codeq_user (
last_login timestamp not null,
gui_lang varchar(2),
robot_address varchar(30),
+ gui_layout varchar(30),
constraint codeq_user_pk primary key (id),
constraint codeq_user_uq1 unique (username)
);