]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video.ts
Fix overviews test timeout
[github/Chocobozzz/PeerTube.git] / server / models / video / video.ts
index 7a9e96210e00ae593df7ec3abddb4891fc5bb043..1e5648a36cbe383177816b5135311d0c7966e31f 100644 (file)
@@ -572,7 +572,6 @@ export class VideoModel extends Model<Partial<AttributesOnly<VideoModel>>> {
     foreignKey: {
       allowNull: true
     },
-    hooks: true,
     onDelete: 'cascade'
   })
   VideoChannel: VideoChannelModel