Merge "Use BlockListPager::getLimitSelectList() in Special:BlockList and Special...
[lhc/web/wiklou.git] / maintenance / mssql / tables.sql
index 65ede90..0c78712 100644 (file)
@@ -1091,7 +1091,7 @@ CREATE TABLE /*_*/interwiki (
   -- The URL of the file api.php
   iw_api nvarchar(max) NOT NULL,
 
-  -- The name of the database (for a connection to be established with wfGetLB( 'wikiid' ))
+  -- The name of the database (for a connection to be established with LBFactory::getMainLB( 'wikiid' ))
   iw_wikiid nvarchar(64) NOT NULL,
 
   -- A boolean value indicating whether the wiki is in this project