dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added more XSS protection (Bug #1308236) and some visual enhancements
thomascube
2005-11-02
6a35c82a3ca43546198361aefdea94b04ecb5457
[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;