mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Add alternative scheduler based on the number of entries
This commit is contained in:
parent
25d4b9fc0c
commit
cead85b165
12 changed files with 423 additions and 119 deletions
2
database/sql/schema_version_30.sql
Normal file
2
database/sql/schema_version_30.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
alter table feeds add column next_check_at timestamp with time zone default now();
|
||||
create index entries_user_feed_idx on entries (user_id, feed_id);
|
Loading…
Add table
Add a link
Reference in a new issue