mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add feed option to ignore HTTP cache
This commit is contained in:
parent
57f62b4797
commit
6c6ca69141
23 changed files with 105 additions and 52 deletions
1
database/sql/schema_version_31.sql
Normal file
1
database/sql/schema_version_31.sql
Normal file
|
@ -0,0 +1 @@
|
|||
alter table feeds add column ignore_http_cache bool default false;
|
Loading…
Add table
Add a link
Reference in a new issue