diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-29 09:42:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-29 09:42:57 +0100 |
commit | efed5d5ef61cd14ee3f9ed1dda8ea8e937370405 (patch) | |
tree | 546594b658d33e24ea6a2e4f67b2b61a4bacda91 /server/initializers/constants.ts | |
parent | 7416fbf3359fc0b890cba3dae9661fe450604b21 (diff) | |
download | PeerTube-efed5d5ef61cd14ee3f9ed1dda8ea8e937370405.tar.gz PeerTube-efed5d5ef61cd14ee3f9ed1dda8ea8e937370405.tar.zst PeerTube-efed5d5ef61cd14ee3f9ed1dda8ea8e937370405.zip |
Add migration to delete old Authors table
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 25b2dff84..3a5a557d4 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -9,7 +9,7 @@ import { isTestInstance, root, sanitizeHost, sanitizeUrl } from '../helpers/core | |||
9 | 9 | ||
10 | // --------------------------------------------------------------------------- | 10 | // --------------------------------------------------------------------------- |
11 | 11 | ||
12 | const LAST_MIGRATION_VERSION = 140 | 12 | const LAST_MIGRATION_VERSION = 145 |
13 | 13 | ||
14 | // --------------------------------------------------------------------------- | 14 | // --------------------------------------------------------------------------- |
15 | 15 | ||