dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added patches for default language and sorting function
thomascube
2005-10-23
f3b659935f3386c077746cd7a84770532ed0ec50
[githubFork/roundcubemail.git]
/
SQL
/
mysql.update.sql
1
2
3
4
5
6
-- RoundCube Webmail update script for MySQL databases
-- Version 0.1-20051007
ALTER TABLE session ADD ip VARCHAR(15) NOT NULL AFTER changed;
ALTER TABLE users ADD alias VARCHAR(128) NOT NULL AFTER mail_host;