mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
minor update
This commit is contained in:
@@ -125,7 +125,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%activate` (
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `%PREFIX%active` (
|
||||
`username` varchar(15) NOT NULL,
|
||||
`username` varchar(100) NOT NULL,
|
||||
`timestamp` int(11) unsigned NOT NULL,
|
||||
PRIMARY KEY (`username`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user