dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix XSS issue in addressbook group name field [CVE-2013-5646] (#1489333)
Aleksander Machniak
2013-09-14
2e30b24dbf3aebf4d201bc922eb7b7bc8ab8f4fd
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2010042300.sql
1
2
3
4
-- Updates from version 0.4-beta
ALTER TABLE users ALTER last_login DROP NOT NULL;
ALTER TABLE users ALTER last_login SET DEFAULT NULL;