1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add indexes

This commit is contained in:
Frédéric Guillot 2018-02-10 22:30:43 -08:00
parent 30e80c675e
commit a006a93a04
3 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import (
"github.com/miniflux/miniflux/sql"
)
const schemaVersion = 12
const schemaVersion = 13
// Migrate run database migrations.
func (s *Storage) Migrate() {