1
0
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:
Andrew Dolgov
2006-03-27 17:23:50 +01:00
parent 657770a09c
commit a2e9b45759
4 changed files with 4 additions and 24 deletions

View File

@@ -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;