1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 00:59:13 +00:00

disable headlines pagination (add hidden pref _PREFS_ENABLE_PAGINATION)

This commit is contained in:
Andrew Dolgov
2007-07-17 04:29:53 +01:00
parent 1bf470e224
commit 237ec2ad9c
6 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_PREFS_ENABLE_PAGINATION', 2, '', '', 1);
update ttrss_version set schema_version = 18;