dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix issues when using moduserprefs.sh without --user argument (#1490399)
Aleksander Machniak
2015-05-21
0c08b0477864d4fa65a6fd9c8eb20f45e996f38d
[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;