• Resolved RM

    (@robinmak)


    Hey Antoine,

    Back again.
    Question about the Audit log.
    How can I delete the old data?
    I want to delete all the data Audit log before todays date.

    Is there anyway to do this?
    Maybe via the database?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AntoineH

    (@antoineh)

    There is a button to empty the log, but that will delete all data. So, this can only be done directly on the database. Something like (untested!):

    DELETE FROM pool_wp_predictions_audit_log
    WHERE log_date < CURDATE();
    Thread Starter RM

    (@robinmak)

    thnx again Antoine

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Audit Log’ is closed to new replies.