From 556ddc319242aafef51bae9301423ecf8701a3af Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Aug 2017 18:36:49 +0200 Subject: Upgrade common server dependencies --- server/models/user/user-video-rate-interface.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/models/user/user-video-rate-interface.ts') diff --git a/server/models/user/user-video-rate-interface.ts b/server/models/user/user-video-rate-interface.ts index 4e6efc01a..ea0fdc4d9 100644 --- a/server/models/user/user-video-rate-interface.ts +++ b/server/models/user/user-video-rate-interface.ts @@ -13,6 +13,8 @@ export interface UserVideoRateClass { export interface UserVideoRateAttributes { type: VideoRateType + userId: number + videoId: number } export interface UserVideoRateInstance extends UserVideoRateClass, UserVideoRateAttributes, Sequelize.Instance { -- cgit v1.2.3