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.sql2
1 files changed, 2 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 329a297c6..12df2044a 100644
--- a/schema/upgrade-1.1.3-1.1.4-mysql.sql
+++ b/schema/upgrade-1.1.3-1.1.4-mysql.sql
@@ -12,5 +12,7 @@ create table ttrss_sessions (id varchar(250) not null primary key,
index (id),
index (expire)) TYPE=InnoDB;
+delete from ttrss_prefs where pref_name = 'ENABLE_SPLASH';
+
update ttrss_version set schema_version = 6;