mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Add option to change the number of entries per page (fixes #40)
This commit is contained in:
parent
e32fa059e5
commit
5f266319a3
35 changed files with 174 additions and 52 deletions
1
database/sql/schema_version_32.sql
Normal file
1
database/sql/schema_version_32.sql
Normal file
|
@ -0,0 +1 @@
|
|||
alter table users add column entries_per_page int default 100;
|
Loading…
Add table
Add a link
Reference in a new issue