reverted bad SQL

This commit is contained in:
jvvg 2013-06-28 12:54:48 -04:00
parent a59516df5a
commit 815cb28fb5

View file

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