mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Server: migration script that add admin role to root user
This commit is contained in:
parent
f6a0754fda
commit
c60f2212fd
2 changed files with 21 additions and 1 deletions
|
@ -62,9 +62,13 @@ const MONGO_MIGRATION_SCRIPTS = [
|
|||
{
|
||||
script: '0010-users-password',
|
||||
version: 10
|
||||
},
|
||||
{
|
||||
script: '0015-admin-role',
|
||||
version: 15
|
||||
}
|
||||
]
|
||||
const LAST_MONGO_SCHEMA_VERSION = 10
|
||||
const LAST_MONGO_SCHEMA_VERSION = 15
|
||||
|
||||
// Time to wait between requests to the friends (10 min)
|
||||
let REQUESTS_INTERVAL = 600000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue