Open addshore opened 3 years ago
A tiny bit of leftover fallout from the 1.35 update was that the interwiki table for old side will now be slightly out of date https://github.com/wbstack/private/issues/118
This relates to the following change
From (UNHEX('656D61637377696B69'), 'https://www.emacswiki.org/cgi-bin/wiki.pl?$1', '', UNHEX(''), 0, 0), To (UNHEX('656D61637377696B69'), 'https://www.emacswiki.org/emacs/$1', '', UNHEX(''), 0, 0)
A query that can fix this is:
UPDATE mwdb_8a8233711a.mwt_cd26270ed7_interwiki SET iw_url = 'https://www.emacswiki.org/emacs/$1' WHERE iw_prefix = UNHEX('656D61637377696B69')
This needs to be run on all sites to bring them back in line
A tiny bit of leftover fallout from the 1.35 update was that the interwiki table for old side will now be slightly out of date https://github.com/wbstack/private/issues/118
This relates to the following change
A query that can fix this is:
This needs to be run on all sites to bring them back in line