mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Add option to enable/disable keyboard shortcuts
This commit is contained in:
parent
3c8cc0b2b6
commit
4295a86e55
24 changed files with 183 additions and 112 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"miniflux.app/logger"
|
||||
)
|
||||
|
||||
const schemaVersion = 22
|
||||
const schemaVersion = 23
|
||||
|
||||
// Migrate executes database migrations.
|
||||
func Migrate(db *sql.DB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue