-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all data is being summerised #4
Comments
I same a similar issue, in my case, each profile run twice / three times daily |
updated: dbc5a92 could you guys confirm if it's working ? |
pulled here, removed package.json, package-lock.json and node_modules folder
|
hey @andreescocard , did you fix the issue ? |
no, same problem @converge |
I just updated the project and now we don't need better-sqlite3 neither node-sqlite to have it working 🥇 |
I have scripts that run multiple times per day, and therefore have a number of activity rows in the DB.
I am not sure if the dashboard is suppsed to summerise those, per day, or show the multiple rows, however neither is happening now.
sqlite> select * from recordActivity where profile_id = 3;
3|32|14|6|2|331|2018-11-28 13:32:29
3|39|11|23|2|489|2018-11-28 15:42:31
The text was updated successfully, but these errors were encountered: