mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add migration to remove duplicated keys
Due to old/corrupted data, it can be problematic to restore a backup
This commit is contained in:
parent
185eabe1ef
commit
f816da921f
2 changed files with 40 additions and 1 deletions
|
@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
const LAST_MIGRATION_VERSION = 635
|
||||
const LAST_MIGRATION_VERSION = 640
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue