From 482785c5e6a1acdba8750b99b13288ad62c6d29d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 14 Mar 2018 20:09:06 -0700 Subject: Convert enclosure size field to bigint --- 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 ed219de..9d6316a 100644 --- a/storage/migration.go +++ b/storage/migration.go @@ -12,7 +12,7 @@ import ( "github.com/miniflux/miniflux/sql" ) -const schemaVersion = 14 +const schemaVersion = 15 // Migrate run database migrations. func (s *Storage) Migrate() { -- cgit v1.2.3