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/ibm_db2/patch-user_properties.sql | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 maintenance/ibm_db2/patch-user_properties.sql (limited to 'maintenance/ibm_db2/patch-user_properties.sql') diff --git a/maintenance/ibm_db2/patch-user_properties.sql b/maintenance/ibm_db2/patch-user_properties.sql deleted file mode 100644 index 72dcd792..00000000 --- a/maintenance/ibm_db2/patch-user_properties.sql +++ /dev/null @@ -1,10 +0,0 @@ -CREATE TABLE user_properties ( - -- Foreign key to user.user_id - up_user BIGINT NOT NULL, - - -- Name of the option being saved. This is indexed for bulk lookup. - up_property VARCHAR(32) FOR BIT DATA NOT NULL, - - -- Property value as a string. - up_value CLOB(64K) INLINE LENGTH 4096 -); -- cgit v1.2.2