dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Improved support for UTF-8 and other charsets
thomascube
2005-10-21
a95e0e174c48b7c5242b8969aef99838a52c41ee
[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;