summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1.3-1.1.4-mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/upgrade-1.1.3-1.1.4-mysql.sql')
-rw-r--r--schema/upgrade-1.1.3-1.1.4-mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/upgrade-1.1.3-1.1.4-mysql.sql b/schema/upgrade-1.1.3-1.1.4-mysql.sql
index 32b45e897..37b3674dc 100644
--- a/schema/upgrade-1.1.3-1.1.4-mysql.sql
+++ b/schema/upgrade-1.1.3-1.1.4-mysql.sql
@@ -8,6 +8,7 @@ alter table ttrss_entries alter column author set default '';
create table ttrss_sessions (id varchar(300) unique not null primary key,
data text,
expire integer not null,
+ ip_address varchar(15) not null default '',
index (id),
index (expire)) TYPE=InnoDB;