smozgur
Well-known member
We need to keep moderator change logs permanently.
Changing a forum type causing logs to be saved for every single thread in the moderator log table.
Now, I have 1,100,000 unnecessary records in the moderator log which is just keeping unnecessary space in the table.
I know XenForo team doesn't recommend messing with database manually, so they don't reply this type of questions mostly. However, since this is an exception, could you please tell me if it is safe to go
I know it is safe, all I am asking is an official confirmation.
Thanks.
Changing a forum type causing logs to be saved for every single thread in the moderator log table.
Now, I have 1,100,000 unnecessary records in the moderator log which is just keeping unnecessary space in the table.
I know XenForo team doesn't recommend messing with database manually, so they don't reply this type of questions mostly. However, since this is an exception, could you please tell me if it is safe to go
xf_moderator_log
table, and delete records where action="discussion_type"
?I know it is safe, all I am asking is an official confirmation.
Thanks.