summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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 e720238..57c3647 100644
--- a/db/create.sql
+++ b/db/create.sql
@@ -33,6 +33,7 @@ create table codeq_user (
is_active bool not null,
date_joined timestamp not null,
last_login timestamp not null,
+ gui_lang varchar(2),
constraint codeq_user_pk primary key (id),
constraint codeq_user_uq1 unique (username)
);