mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 02:21:29 +00:00
obsolete ip_address field in ttrss_sessions
This commit is contained in:
@@ -263,7 +263,6 @@ create table ttrss_scheduled_updates (id integer not null primary key auto_incre
|
||||
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 '',
|
||||
index (id),
|
||||
index (expire)) TYPE=InnoDB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user