mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 01:09:21 +02:00
always forget something..
This commit is contained in:
parent
a8a4efd39a
commit
915a1720e2
@ -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`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user