diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-26 14:27:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-26 14:27:42 +0200 |
commit | f816da921f6cf735a988f5ff0bb0e9d0e8e4f8ca (patch) | |
tree | 1e9c0edcd9a7e2968650a486f211acbdb78e4be7 /server/initializers/constants.ts | |
parent | 185eabe1ef777ab341cc90ace3590f07197c1a8a (diff) | |
download | PeerTube-f816da921f6cf735a988f5ff0bb0e9d0e8e4f8ca.tar.gz PeerTube-f816da921f6cf735a988f5ff0bb0e9d0e8e4f8ca.tar.zst PeerTube-f816da921f6cf735a988f5ff0bb0e9d0e8e4f8ca.zip |
Add migration to remove duplicated keys
Due to old/corrupted data, it can be problematic to restore a backup
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 1802257df..37a963760 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' | |||
24 | 24 | ||
25 | // --------------------------------------------------------------------------- | 25 | // --------------------------------------------------------------------------- |
26 | 26 | ||
27 | const LAST_MIGRATION_VERSION = 635 | 27 | const LAST_MIGRATION_VERSION = 640 |
28 | 28 | ||
29 | // --------------------------------------------------------------------------- | 29 | // --------------------------------------------------------------------------- |
30 | 30 | ||