mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
shrink session id length in db
This commit is contained in:
@@ -7,7 +7,7 @@ update ttrss_entries set author = '';
|
||||
alter table ttrss_entries alter column author set not null;
|
||||
alter table ttrss_entries alter column author set default '';
|
||||
|
||||
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