mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Sort search results by relevance
This commit is contained in:
parent
ed6ae7e0d2
commit
267b706544
6 changed files with 11 additions and 7 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"miniflux.app/logger"
|
||||
)
|
||||
|
||||
const schemaVersion = 21
|
||||
const schemaVersion = 22
|
||||
|
||||
// Migrate executes database migrations.
|
||||
func Migrate(db *sql.DB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue