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:
parent
60e74f80d8
commit
2e7cf5ae0c
6 changed files with 38 additions and 5 deletions
|
@ -16,7 +16,7 @@ let config: IConfig = require('config')
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
const LAST_MIGRATION_VERSION = 270
|
||||
const LAST_MIGRATION_VERSION = 275
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue