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

Fix migration for Servers table

This commit is contained in:
Chocobozzz 2017-11-28 10:00:02 +01:00
parent 5e3bb76cb6
commit eb7a06c812
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 41 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import { FollowState } from '../../shared/models/accounts/follow.model'
// ---------------------------------------------------------------------------
const LAST_MIGRATION_VERSION = 100
const LAST_MIGRATION_VERSION = 110
// ---------------------------------------------------------------------------