mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add setting for swipe gesture on entries on mobile
This commit is contained in:
parent
ded70cd250
commit
7da72cf89a
28 changed files with 94 additions and 46 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"miniflux.app/logger"
|
||||
)
|
||||
|
||||
const schemaVersion = 37
|
||||
const schemaVersion = 38
|
||||
|
||||
// Migrate executes database migrations.
|
||||
func Migrate(db *sql.DB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue