MyBB Community Forums

Full Version: Thread notes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there an SQL query (or something) I can do to delete all thread notes?

I'm seeing "imported thread" on several threads (that were created when back when we were on a different software).
UPDATE `mybb_threads` SET `notes` = '';
Awesome, that worked perfectly. Smile