mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Add index to speed up slow query
This commit is contained in:
parent
0683074b8b
commit
70c2568af8
4 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"miniflux.app/logger"
|
||||
)
|
||||
|
||||
const schemaVersion = 28
|
||||
const schemaVersion = 29
|
||||
|
||||
// Migrate executes database migrations.
|
||||
func Migrate(db *sql.DB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue