diff options
author | Bezo <BezoCCCP@gmail.com> | 2013-04-15 14:56:00 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2013-04-22 15:53:48 +0200 |
commit | 7542049eba46205572b9c9498d6891df31d0ca5b (patch) | |
tree | f0d076007cfbc153ec2bc9ac5608f5c0a8002f47 /sql/base | |
parent | 5c2203f185ec276f25963841ef212a85239927f1 (diff) |
[Ip2nationLock] Implement the ip2nation lock country.
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/auth_database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index c3752e980dd..943be73b20f 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -34,6 +34,7 @@ CREATE TABLE `account` ( `last_ip` varchar(15) NOT NULL DEFAULT '127.0.0.1', `failed_logins` int(10) unsigned NOT NULL DEFAULT '0', `locked` tinyint(3) unsigned NOT NULL DEFAULT '0', + `lock_country` varchar(2) NOT NULL DEFAULT '00', `last_login` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `online` tinyint(3) unsigned NOT NULL DEFAULT '0', `expansion` tinyint(3) unsigned NOT NULL DEFAULT '2', |