mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
Better support for Courier IMAP
This commit is contained in:
@@ -134,6 +134,7 @@ CREATE TABLE "session" (
|
||||
sess_id character varying(32) DEFAULT ''::character varying NOT NULL,
|
||||
created timestamp with time zone DEFAULT now() NOT NULL,
|
||||
changed timestamp with time zone DEFAULT now() NOT NULL,
|
||||
ip character varying(16) NOT NULL,
|
||||
vars text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user