From cf7a7e25fbf94c16ca08ff3e889bdd4373751e2c Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 21 May 2018 12:36:21 -0700 Subject: Convert IP field from text to inet type --- 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 ab44d17..097c526 100644 --- a/storage/migration.go +++ b/storage/migration.go @@ -12,7 +12,7 @@ import ( "github.com/miniflux/miniflux/sql" ) -const schemaVersion = 17 +const schemaVersion = 18 // Migrate run database migrations. func (s *Storage) Migrate() { -- cgit v1.2.3