Revert r98355 and r98357; drop the field instead.
[lhc/web/wiklou.git] / maintenance / sqlite / archives / initial-indexes.sql
index 0c0cef8..c40df11 100644 (file)
@@ -41,6 +41,7 @@ CREATE TABLE /*_*/user_tmp (
   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),