IPv6 Compatability

This commit is contained in:
thomascube
2007-09-19 06:55:05 +00:00
parent 4d0413dd89
commit 84d06edb06
7 changed files with 8 additions and 6 deletions

View File

@@ -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
);