Fixed #1283 Added support for ipv6 addresses in the audit table

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-03-07 14:42:24 +01:00
parent 8944a8cb15
commit 81ffefbc65

View File

@ -344,7 +344,7 @@ create table if not exists `audit` (
`email` varchar(128) not null,
`domain` varchar(128) not null,
`action` int not null,
`ipaddr` char(15) not null,
`ipaddr` varchar(39) not null,
`meta_id` bigint unsigned not null,
`description` varchar(255) default null,
`vcode` char(64) default null,