mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-24 20:39:59 +01:00
Fixed #1283 Added support for ipv6 addresses in the audit table
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
8944a8cb15
commit
81ffefbc65
@ -344,7 +344,7 @@ create table if not exists `audit` (
|
|||||||
`email` varchar(128) not null,
|
`email` varchar(128) not null,
|
||||||
`domain` varchar(128) not null,
|
`domain` varchar(128) not null,
|
||||||
`action` int not null,
|
`action` int not null,
|
||||||
`ipaddr` char(15) not null,
|
`ipaddr` varchar(39) not null,
|
||||||
`meta_id` bigint unsigned not null,
|
`meta_id` bigint unsigned not null,
|
||||||
`description` varchar(255) default null,
|
`description` varchar(255) default null,
|
||||||
`vcode` char(64) default null,
|
`vcode` char(64) default null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user