mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Create index to speed up bookmark page
This commit is contained in:
parent
0d0395b4e3
commit
38d3b28445
3 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"miniflux.app/logger"
|
||||
)
|
||||
|
||||
const schemaVersion = 36
|
||||
const schemaVersion = 37
|
||||
|
||||
// Migrate executes database migrations.
|
||||
func Migrate(db *sql.DB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue