dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into relea...
Aleksander Machniak
2014-11-15
7e34e4c5b5dac037435d0fc2c6db1f71199006e0
[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;