1
0
Fork 0
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:
Chocobozzz 2021-04-26 14:27:14 +02:00
parent 185eabe1ef
commit f816da921f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 40 additions and 1 deletions

View file

@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
// ---------------------------------------------------------------------------
const LAST_MIGRATION_VERSION = 635
const LAST_MIGRATION_VERSION = 640
// ---------------------------------------------------------------------------