diff options
author | 2017-12-16 12:15:33 -0800 | |
---|---|---|
committer | 2017-12-16 12:15:33 -0800 | |
commit | 58acd1d5e3a997d27f60549b51bdf41df900c6c6 (patch) | |
tree | e0d137512be0683a0dc206ef54643dd440090d46 /storage/migration.go | |
parent | 27196589fbd36f5f840e51b59bd6253d0f865db3 (diff) | |
download | v2-58acd1d5e3a997d27f60549b51bdf41df900c6c6.tar.gz v2-58acd1d5e3a997d27f60549b51bdf41df900c6c6.tar.zst v2-58acd1d5e3a997d27f60549b51bdf41df900c6c6.zip |
Rename sessions table to user_sessions
Diffstat (limited to 'storage/migration.go')
-rw-r--r-- | storage/migration.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/migration.go b/storage/migration.go index 04ffce3b..368c567c 100644 --- a/storage/migration.go +++ b/storage/migration.go @@ -12,7 +12,7 @@ import ( "github.com/miniflux/miniflux/sql" ) -const schemaVersion = 8 +const schemaVersion = 9 // Migrate run database migrations. func (s *Storage) Migrate() { |