Update jquery.tablesorter for r97145: emulate <thead> if there is no <thead> in the...
[mediawiki.git] / maintenance / archives / patch-iw_api_and_wikiid.sql
blob4384a715f57b5ba528c9792d7de7f4d084e4ffde
1 --
2 -- Add iw_api and iw_wikiid to interwiki table
3 --
5 ALTER TABLE /*_*/interwiki
6         ADD iw_api BLOB NOT NULL;
7 ALTER TABLE /*_*/interwiki
8         ADD iw_wikiid varchar(64) NOT NULL;