diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 16:05:14 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-13 16:05:14 +0200 |
commit | 9203276ce88b584a41b40e2583e815d928f35645 (patch) | |
tree | ab53dd9ee0532e29edf3ab34f98fd27fca7e608a /scripts | |
parent | d90b9e5a0255086dd0147b5d15ec9a854f09170b (diff) |
Update create.sql and add a migration script
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/db_update-20151013.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/db_update-20151013.sql b/scripts/db_update-20151013.sql new file mode 100644 index 0000000..fd37e4c --- /dev/null +++ b/scripts/db_update-20151013.sql @@ -0,0 +1,4 @@ +alter table problem drop column name; +alter table language drop column name; +alter table problem_group drop column name; +alter table codeq_user add column robot_address varchar(30); |