1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 02:29:15 +00:00

remove ENABLE_SPLASH user param, just in case

This commit is contained in:
Andrew Dolgov
2006-03-04 07:32:40 +01:00
parent e7811ea52f
commit 9e2cdd5135
2 changed files with 4 additions and 0 deletions

View File

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