[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/oracle/archives/ -> patch-page_restrictions_pkuk_fix.sql (source)

   1  define mw_prefix='{$wgDBprefix}';
   2  
   3  ALTER TABLE &mw_prefix.page_restrictions DROP CONSTRAINT &mw_prefix.page_restrictions_pk;
   4  
   5  ALTER TABLE &mw_prefix.page_restrictions ADD CONSTRAINT &mw_prefix.page_restrictions_pk PRIMARY KEY (pr_id);
   6  
   7  CREATE UNIQUE INDEX &mw_prefix.page_restrictions_u01 ON &mw_prefix.page_restrictions (pr_page,pr_type);


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1