1. Fix all forum logos on all sites, as they typically are assets on microco.sm
    2. Replace all microco.sm with microcosm.app in all comments

    That last one was only 20K comments out of 17M.

  • 👀

    Yes

    UPDATE revisions
       SET raw = REPLACE(raw, 'microco.sm', 'microcosm.app')
          ,html = NULL
     WHERE raw LIKE ('%microco.sm%');
    
About

Avatar for pascalo @pascalo started