* Adding a space to the sh name so that it breaks across lines
[lhc/web/wiklou.git] / maintenance / wiktionary-interwiki.sql
index d01dcd4..787962d 100644 (file)
@@ -1,7 +1,7 @@
 -- For convenience, here are the *in-project* interwiki prefixes
 -- for Wikipedia.
 
-REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
+REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('w','http://www.wikipedia.org/wiki/$1',1),
 ('m','http://meta.wikipedia.org/wiki/$1',1),
 ('meta','http://meta.wikipedia.org/wiki/$1',1),
@@ -25,6 +25,7 @@ REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('bo','http://bo.wiktionary.org/wiki/$1',1),
 ('bs','http://bs.wiktionary.org/wiki/$1',1),
 ('ca','http://ca.wiktionary.org/wiki/$1',1),
+('chr','http://chr.wiktionary.org/wiki/$1',1),
 ('co','http://co.wiktionary.org/wiki/$1',1),
 ('cs','http://cs.wiktionary.org/wiki/$1',1),
 ('csb','http://csb.wiktionary.org/wiki/$1',1),