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

Fix video files duplicated when fps is null

Null values are not considered equal in a UNIQUE index
This commit is contained in:
Chocobozzz 2018-09-26 14:08:35 +02:00
parent 60e74f80d8
commit 2e7cf5ae0c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 38 additions and 5 deletions

View file

@ -16,7 +16,7 @@ let config: IConfig = require('config')
// ---------------------------------------------------------------------------
const LAST_MIGRATION_VERSION = 270
const LAST_MIGRATION_VERSION = 275
// ---------------------------------------------------------------------------