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 Fever API calls

This commit is contained in:
Frédéric Guillot 2020-08-08 23:08:48 -07:00
parent cc281f3533
commit e97ebfd8c2
3 changed files with 4 additions and 1 deletions

View file

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