Revert r98355 and r98357; drop the field instead.
[lhc/web/wiklou.git] / tests / phpunit / includes / db / sqlite / tables-1.15.sql
index 6a1430e..6b3a628 100644 (file)
@@ -10,6 +10,7 @@ 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),