mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-05 00:56:51 +01:00
Fix #171
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SET @myaac_database_version = 32;
|
||||
SET @myaac_database_version = 33;
|
||||
|
||||
CREATE TABLE `myaac_account_actions`
|
||||
(
|
||||
@@ -324,7 +324,7 @@ CREATE TABLE `myaac_spells`
|
||||
|
||||
CREATE TABLE `myaac_visitors`
|
||||
(
|
||||
`ip` VARCHAR(16) NOT NULL,
|
||||
`ip` VARCHAR(45) NOT NULL,
|
||||
`lastvisit` INT(11) NOT NULL DEFAULT 0,
|
||||
`page` VARCHAR(2048) NOT NULL,
|
||||
UNIQUE (`ip`)
|
||||
|
||||
Reference in New Issue
Block a user