mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-28 07:55:07 +00:00
5 lines
137 B
SQL
5 lines
137 B
SQL
-- Updates from version 0.4-beta
|
|
|
|
ALTER TABLE users ALTER last_login DROP NOT NULL;
|
|
ALTER TABLE users ALTER last_login SET DEFAULT NULL;
|