mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
- Set DEFAULT NULL for users.last_login
This commit is contained in:
@@ -22,7 +22,7 @@ CREATE TABLE users (
|
||||
mail_host varchar(128) DEFAULT '' NOT NULL,
|
||||
alias varchar(128) DEFAULT '' NOT NULL,
|
||||
created timestamp with time zone DEFAULT now() NOT NULL,
|
||||
last_login timestamp with time zone DEFAULT now() NOT NULL,
|
||||
last_login timestamp with time zone DEFAULT NULL,
|
||||
"language" varchar(5),
|
||||
preferences text DEFAULT ''::text NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user