matomo-org/matomo

Delete data with specific hours

オープン

#10,008 opened on 2016/04/05

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)PHP (2,894 件のフォーク)batch import
EnhancementHelp wanted

Repository metrics

Stars
 (21,803 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I delete data with the ./console core:delete-logs-data like this : ./console core:delete-logs-data --dates=2016-03-23,2016-03-24 --idsite=1 By default the hours are 00:00:00 and i can't change them.

Is it possible to implement something to delete data but with specific hours ? ex : ./console core:delete-logs-data --dates=2016-03-23,2016-03-24 --hours:23:50:00,23:55:00 --idsite=1 (meaning i want to delete data between 2016-03-23 23:50:00 and 2016-03-24 23:55:00)

Regards,

コントリビューターガイド