diff --git a/install/includes/schema.sql b/install/includes/schema.sql index ccb8ecda..55b6fb88 100644 --- a/install/includes/schema.sql +++ b/install/includes/schema.sql @@ -2,6 +2,7 @@ CREATE TABLE `myaac_account_actions` ( `account_id` INT(11) NOT NULL, `ip` INT(11) NOT NULL DEFAULT 0, + `ipv6` BINARY(16) NOT NULL DEFAULT 0, `date` INT(11) NOT NULL DEFAULT 0, `action` VARCHAR(255) NOT NULL DEFAULT '', KEY (`account_id`)