dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094)
Aleksander Machniak
2013-05-24
cb34c1b52449b229b77483527e2029271e18b29c
[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;