summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1.4-1.1.5-pgsql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/upgrade-1.1.4-1.1.5-pgsql.sql')
-rw-r--r--schema/upgrade-1.1.4-1.1.5-pgsql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/upgrade-1.1.4-1.1.5-pgsql.sql b/schema/upgrade-1.1.4-1.1.5-pgsql.sql
index 67bb7d86c..405daf620 100644
--- a/schema/upgrade-1.1.4-1.1.5-pgsql.sql
+++ b/schema/upgrade-1.1.4-1.1.5-pgsql.sql
@@ -7,6 +7,8 @@ update ttrss_feeds set rtl_content = false;
alter table ttrss_feeds alter column rtl_content set not null;
alter table ttrss_feeds alter column rtl_content set default false;
+alter table ttrss_sessions drop column ip_address;
+
update ttrss_version set schema_version = 7;
commit;