mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 14:54:01 +01:00
IPv6 Compatability
This commit is contained in:
@@ -36,7 +36,7 @@ CREATE TABLE "session" (
|
||||
sess_id character varying(40) DEFAULT ''::character varying PRIMARY KEY,
|
||||
created timestamp with time zone DEFAULT now() NOT NULL,
|
||||
changed timestamp with time zone DEFAULT now() NOT NULL,
|
||||
ip character varying(16) NOT NULL,
|
||||
ip character varying(41) NOT NULL,
|
||||
vars text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user