diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 16:29:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 16:29:35 +0100 |
commit | 2af337c83905c420b2d9022ee6fd3d6ef5fd1e42 (patch) | |
tree | fa6293371d4b607e00545a552ccd8bfab465926a /server/initializers/constants.ts | |
parent | b9cf3fb6381f71c976fbe515f728082d90a9c437 (diff) | |
download | PeerTube-2af337c83905c420b2d9022ee6fd3d6ef5fd1e42.tar.gz PeerTube-2af337c83905c420b2d9022ee6fd3d6ef5fd1e42.tar.zst PeerTube-2af337c83905c420b2d9022ee6fd3d6ef5fd1e42.zip |
Cleanup follows of orphean actors
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 0bb251043..6ab4d957a 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -23,7 +23,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' | |||
23 | 23 | ||
24 | // --------------------------------------------------------------------------- | 24 | // --------------------------------------------------------------------------- |
25 | 25 | ||
26 | const LAST_MIGRATION_VERSION = 545 | 26 | const LAST_MIGRATION_VERSION = 550 |
27 | 27 | ||
28 | // --------------------------------------------------------------------------- | 28 | // --------------------------------------------------------------------------- |
29 | 29 | ||