summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-iw_api_and_wikiid.sql
blob: 4384a715f57b5ba528c9792d7de7f4d084e4ffde (plain)
1
2
3
4
5
6
7
8
9
--
-- Add iw_api and iw_wikiid to interwiki table
--

ALTER TABLE /*_*/interwiki
	ADD iw_api BLOB NOT NULL;
ALTER TABLE /*_*/interwiki
	ADD iw_wikiid varchar(64) NOT NULL;