Followup r98339, r98355
authorSam Reed <reedy@users.mediawiki.org>
Wed, 28 Sep 2011 19:38:34 +0000 (19:38 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 28 Sep 2011 19:38:34 +0000 (19:38 +0000)
Let's pretend the column never existed

tests/phpunit/includes/db/sqlite/tables-1.13.sql
tests/phpunit/includes/db/sqlite/tables-1.15.sql
tests/phpunit/includes/db/sqlite/tables-1.16.sql
tests/phpunit/includes/db/sqlite/tables-1.17.sql

index a0dcb55..523cae7 100644 (file)
@@ -8,7 +8,6 @@ CREATE TABLE /*$wgDBprefix*/user (
   user_newpassword tinyblob ,
   user_newpass_time BLOB,
   user_email tinytext ,
-  user_options blob ,
   user_touched BLOB  default '',
   user_token BLOB  default '',
   user_email_authenticated BLOB,
@@ -123,7 +122,7 @@ CREATE TABLE /*$wgDBprefix*/site_stats (
   ss_images INTEGER default '0') /*$wgDBTableOptions*/;
 
 CREATE TABLE /*$wgDBprefix*/hitcounter (
-  hc_id INTEGER 
+  hc_id INTEGER
 )  ;
 
 CREATE TABLE /*$wgDBprefix*/ipblocks (
index 901bac5..6a1430e 100644 (file)
@@ -10,7 +10,6 @@ CREATE TABLE /*_*/user (
   user_newpassword tinyblob NOT NULL,
   user_newpass_time binary(14),
   user_email tinytext NOT NULL,
-  user_options blob NOT NULL,
   user_touched binary(14) NOT NULL default '',
   user_token binary(32) NOT NULL default '',
   user_email_authenticated binary(14),
@@ -141,7 +140,7 @@ CREATE INDEX /*i*/el_to ON /*_*/externallinks (el_to(60), el_from);
 CREATE INDEX /*i*/el_index ON /*_*/externallinks (el_index(60));
 CREATE TABLE /*_*/langlinks (
   ll_from int unsigned NOT NULL default 0,
-  
+
   ll_lang varbinary(20) NOT NULL default '',
   ll_title varchar(255) binary NOT NULL default ''
 ) /*$wgDBTableOptions*/;
@@ -181,7 +180,7 @@ CREATE TABLE /*_*/ipblocks (
   ipb_block_email bool NOT NULL default 0,
   ipb_allow_usertalk bool NOT NULL default 0
 ) /*$wgDBTableOptions*/;
-  
+
 CREATE UNIQUE INDEX /*i*/ipb_address ON /*_*/ipblocks (ipb_address(255), ipb_user, ipb_auto, ipb_anon_only);
 CREATE INDEX /*i*/ipb_user ON /*_*/ipblocks (ipb_user);
 CREATE INDEX /*i*/ipb_range ON /*_*/ipblocks (ipb_range_start(8), ipb_range_end(8));
index 6e56add..57894e9 100644 (file)
@@ -10,7 +10,6 @@ CREATE TABLE /*_*/user (
   user_newpassword tinyblob NOT NULL,
   user_newpass_time binary(14),
   user_email tinytext NOT NULL,
-  user_options blob NOT NULL,
   user_touched binary(14) NOT NULL default '',
   user_token binary(32) NOT NULL default '',
   user_email_authenticated binary(14),
index 69ae376..9719fe9 100644 (file)
@@ -10,7 +10,6 @@ CREATE TABLE /*_*/user (
   user_newpassword tinyblob NOT NULL,
   user_newpass_time binary(14),
   user_email tinytext NOT NULL,
-  user_options blob NOT NULL,
   user_touched binary(14) NOT NULL default '',
   user_token binary(32) NOT NULL default '',
   user_email_authenticated binary(14),