1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Convert IP field from text to inet type

This commit is contained in:
Frédéric Guillot 2018-05-21 12:36:21 -07:00
parent fb49ad24d5
commit cf7a7e25fb
3 changed files with 5 additions and 2 deletions

View file

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