BX_Notifications_Clean
Can anyone explain to me what is this Cron Job? and what does it clean? and where to find the data it cleans in the DB?
-
-
- · LoneTreeLeaf
- ·
Within the notification application, you can define a notifications lifetime.
Once a notification has lived for X amount of days, UNA will remove it.
-
Thank you so much, much appreciated. So, where in the database (what table) are these events located (to be deleted after certain number of days)?
-
I haven't reviewed the clean-up code for notifications, but I can only assume it does its janitor work within these two tables:
-
-
·
LeonidS
- ·
Hi all!
Just to confirm, that dear @LoneTreeLeaf was right - this method clears the `bx_notifications_events` table, thnx mate!
-
·
LeonidS