From 09018e9526843334144d90c1891de2489148f85f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 2 Mar 2006 09:32:44 +0100 Subject: new option: SESSION_CHECK_ADDRESS --- schema/ttrss_schema_mysql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 540fc0f22..671577cf9 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -259,6 +259,7 @@ create table ttrss_scheduled_updates (id integer not null primary key auto_incre create table ttrss_sessions (id varchar(300) unique not null primary key, data text, expire integer not null, + ip_address varchar(15) not null default '', index (id), index (expire)) TYPE=InnoDB; -- cgit v1.2.3