summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-13 16:05:14 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-13 16:05:14 +0200
commit9203276ce88b584a41b40e2583e815d928f35645 (patch)
treeab53dd9ee0532e29edf3ab34f98fd27fca7e608a /db
parentd90b9e5a0255086dd0147b5d15ec9a854f09170b (diff)
Update create.sql and add a migration script
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 4abdb33..c0e95fa 100644
--- a/db/create.sql
+++ b/db/create.sql
@@ -34,6 +34,7 @@ create table codeq_user (
date_joined timestamp not null,
last_login timestamp not null,
gui_lang varchar(2),
+ robot_address varchar(30),
constraint codeq_user_pk primary key (id),
constraint codeq_user_uq1 unique (username)
);