volentixlabsinc / venue-server

The backend services for Venue, a community engagement platform for the Volentix community
https://venue.volentix.io
MIT License
6 stars 0 forks source link

Remove useless data from the table #170

Closed alexdashkov closed 6 years ago

alexdashkov commented 6 years ago

Closes #167.

Keep only last week's data and only one raw per day for a user. @joemarct Please feel free to advise me about rewriting with an ORM. I can't find a fast way to keep only the latest raw per day without a query per user.

alexdashkov commented 6 years ago

@shawnlauzon it's fixed.