matomo-org/matomo

Delete data with specific hours

Open

#10,008 建立於 2016年4月5日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)PHP (2,847 fork)batch import
EnhancementHelp wanted

倉庫指標

Star
 (21,513 star)
PR 合併指標
 (平均合併 8天 11小時) (30 天內合併 106 個 PR)

描述

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,

貢獻者指南