Fix DB patch for prefixed setups
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 24 Apr 2009 07:31:30 +0000 (07:31 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 24 Apr 2009 07:31:30 +0000 (07:31 +0000)
maintenance/archives/patch-user_properties.sql

index 41c6349..a58857d 100644 (file)
@@ -6,5 +6,5 @@ CREATE TABLE /*_*/user_properties(
   up_value blob
 ) /*$wgDBTableOptions*/;
 
-CREATE UNIQUE INDEX /*i*/user_properties_user_property on user_properties (up_user,up_property);
-CREATE INDEX /*i*/user_properties_property on user_properties (up_property);
+CREATE UNIQUE INDEX /*i*/user_properties_user_property on /*_*/user_properties (up_user,up_property);
+CREATE INDEX /*i*/user_properties_property on /*_*/user_properties (up_property);