dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added alt-texts for IE browser
thomascube
2005-10-16
de2e1eba99b7d892f2f6fd782703496561c1524e
[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;