1
0
Fork 0

do not poll for abandoned accounts

This commit is contained in:
Friendika 2011-09-29 21:20:19 -07:00
commit 097c1f8da7
6 changed files with 26 additions and 4 deletions

View file

@ -424,7 +424,9 @@ CREATE TABLE IF NOT EXISTS `user` (
`deny_gid` mediumtext NOT NULL,
`openidserver` text NOT NULL,
PRIMARY KEY (`uid`),
KEY `nickname` (`nickname`)
KEY `nickname` (`nickname`),
KEY `account_expired` (`account_expired`),
KEY `login_date` (`login_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;