|
@@ -16,10 +16,14 @@ table = 'video_each_hour_update'
|
|
|
features = [
|
|
|
'videoid',
|
|
|
'lastonehour_preview',
|
|
|
- 'lastonehour_view',
|
|
|
- 'lastonehour_play',
|
|
|
- 'lastonehour_share',
|
|
|
- 'lastonehour_return',
|
|
|
+ 'lastonehour_view',
|
|
|
+ 'lastonehour_play',
|
|
|
+ 'lastonehour_share',
|
|
|
+ 'lastonehour_return',
|
|
|
+ 'lastonehour_preview_total',
|
|
|
+ 'lastonehour_view_total',
|
|
|
+ 'lastonehour_play_total',
|
|
|
+ 'lastonehour_share_total',
|
|
|
]
|
|
|
|
|
|
|