mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-09 00:19:15 +00:00
shrink session id length in db
This commit is contained in:
@@ -256,7 +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 (id varchar(300) unique not null primary key,
|
||||
create table ttrss_sessions (id varchar(250) unique not null primary key,
|
||||
data text,
|
||||
expire integer not null,
|
||||
ip_address varchar(15) not null default '',
|
||||
|
||||
Reference in New Issue
Block a user