From 8fd92701e9074b79a72982809a6a87f8e943399a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 2 Mar 2006 09:20:02 +0100 Subject: update schema, new option: DATABASE_BACKED_SESSIONS --- schema/ttrss_schema_mysql.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 5032334c8..540fc0f22 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -256,8 +256,7 @@ create table ttrss_scheduled_updates (id integer not null primary key auto_incre foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE, foreign key (feed_id) references ttrss_feeds(id) ON DELETE CASCADE) TYPE=InnoDB; -create table ttrss_sessions (int_id integer not null primary key auto_increment, - id varchar(300) unique not null, +create table ttrss_sessions (id varchar(300) unique not null primary key, data text, expire integer not null, index (id), -- cgit v1.2.3