summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-27 17:23:50 +0100
committerAndrew Dolgov <[email protected]>2006-03-27 17:23:50 +0100
commita2e9b4575926fe6a92d2b9976195d42618deeb55 (patch)
treedfd3499b44b8041b9ce02ee5c27ff2bac39db2f9 /schema/ttrss_schema_mysql.sql
parent657770a09c382b5ca86d147767a72f263c79e1df (diff)
obsolete ip_address field in ttrss_sessions
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 7f96362b8..cb616f333 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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;