fixed database error(?)

This commit is contained in:
jvvg 2013-06-28 11:18:52 -04:00
parent 021c423c64
commit a59516df5a

View file

@ -2,7 +2,7 @@
ALTER TABLE /*$wgDBprefix*/account_requests
ADD acr_type tinyint(255) unsigned NOT NULL default 0,
DROP INDEX acr_deleted_reg,
DROP INDEX IF EXISTS acr_deleted_reg,
ADD INDEX acr_type_del_reg (acr_type,acr_deleted,acr_registration);
-- This stores all of credential information