1
0
Fork 0
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:
Frédéric Guillot 2020-09-21 20:30:08 -07:00
parent 0d0395b4e3
commit 38d3b28445
3 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import (
"miniflux.app/logger"
)
const schemaVersion = 36
const schemaVersion = 37
// Migrate executes database migrations.
func Migrate(db *sql.DB) {