summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-iw_api_and_wikiid.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-iw_api_and_wikiid.sql')
-rw-r--r--maintenance/archives/patch-iw_api_and_wikiid.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/maintenance/archives/patch-iw_api_and_wikiid.sql b/maintenance/archives/patch-iw_api_and_wikiid.sql
new file mode 100644
index 00000000..4384a715
--- /dev/null
+++ b/maintenance/archives/patch-iw_api_and_wikiid.sql
@@ -0,0 +1,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;
+