From a006a93a04eda5d8d6947eb1ccc675a79266dbf4 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 10 Feb 2018 22:30:43 -0800 Subject: Add indexes --- storage/migration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/migration.go b/storage/migration.go index c10da45..73267ec 100644 --- a/storage/migration.go +++ b/storage/migration.go @@ -12,7 +12,7 @@ import ( "github.com/miniflux/miniflux/sql" ) -const schemaVersion = 12 +const schemaVersion = 13 // Migrate run database migrations. func (s *Storage) Migrate() { -- cgit v1.2.3