laterpay / laterpay-typo3-extension

Official extension for using LaterPay in TYPO3. Will be made public once a robust initial version exists.
MIT License
0 stars 1 forks source link

Truncate laterpay post views table periodically #69

Closed mturalenka closed 9 years ago

mturalenka commented 9 years ago

That table can grow quite large. We should prevent it from becoming too large. One option would be to truncate all records that are older than 3 month, because those won´t be analysed by our statistics feature anyway. https://github.com/laterpay/laterpay-wordpress-plugin/issues/16

yastapenko-ScnSoft commented 9 years ago

Added task for typo3 schedule. Need to add this task into list from admin part

mturalenka commented 9 years ago

@yastapenko-ScnSoft is it possible to do that programmatically?

drdla commented 9 years ago

The table should be truncated after 3 months.

mturalenka commented 9 years ago

@drdla apologies, updated description. @yastapenko-ScnSoft please fix