mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 10:21:29 +00:00
update schema, new option: DATABASE_BACKED_SESSIONS
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user