1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add last login date to users

This commit is contained in:
Chocobozzz 2020-05-07 10:39:09 +02:00
parent ee8e602ef9
commit 3cc665f48f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 107 additions and 9 deletions

View file

@ -14,7 +14,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
// ---------------------------------------------------------------------------
const LAST_MIGRATION_VERSION = 500
const LAST_MIGRATION_VERSION = 505
// ---------------------------------------------------------------------------