• Hi

    Is it safe to truncate wc_download_log table?

    I want to update database and there is a problem with

    ALTER TABLE wp_wc_download_log
    ADD CONSTRAINT fk_wp_wc_download_log_permission_id
    FOREIGN KEY (permission_id)
    REFERENCES wp_woocommerce_downloadable_product_permissions (permission_id) ON DELETE CASCADE;
  • The topic ‘Truncate wc_download_log’ is closed to new replies.