From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- maintenance/archives/patch-user_properties.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maintenance/archives/patch-user_properties.sql') diff --git a/maintenance/archives/patch-user_properties.sql b/maintenance/archives/patch-user_properties.sql index e30e00dc..85b00616 100644 --- a/maintenance/archives/patch-user_properties.sql +++ b/maintenance/archives/patch-user_properties.sql @@ -10,10 +10,10 @@ CREATE TABLE /*_*/user_properties( -- Foreign key to user.user_id up_user int not null, - + -- Name of the option being saved. This is indexed for bulk lookup. up_property varbinary(32) not null, - + -- Property value as a string. up_value blob ) /*$wgDBTableOptions*/; -- cgit v1.2.3-54-g00ecf