mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Convert enclosure size field to bigint
This commit is contained in:
parent
fec391a336
commit
482785c5e6
7 changed files with 9 additions and 6 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/miniflux/miniflux/sql"
|
||||
)
|
||||
|
||||
const schemaVersion = 14
|
||||
const schemaVersion = 15
|
||||
|
||||
// Migrate run database migrations.
|
||||
func (s *Storage) Migrate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue