svncommit
2005-10-20 f45ec7e91895c9de8c9c244a174f34220de0d9ab
SQL/postgres.initial.sql
@@ -134,6 +134,7 @@
    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
);