Removed allpagesformtext and contributionsformtext, obsolete
[lhc/web/wiklou.git] / maintenance / archives / patch-parsercache.sql
index 533a206..854e6c5 100644 (file)
@@ -3,7 +3,7 @@
 -- before they are imbedded in the skin.
 --
 
-CREATE TABLE parsercache (
+CREATE TABLE /*$wgDBprefix*/parsercache (
   pc_pageid INT(11) NOT NULL,
   pc_title VARCHAR(255) NOT NULL,
   pc_prefhash CHAR(32) NOT NULL,