mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
fixes #942 IPv6 compatibility, increase length of history.IP
This commit is contained in:
@@ -143,7 +143,7 @@ CREATE TABLE `piwigo_history` (
|
||||
`date` date NOT NULL default '1970-01-01',
|
||||
`time` time NOT NULL default '00:00:00',
|
||||
`user_id` mediumint(8) unsigned NOT NULL default '0',
|
||||
`IP` varchar(15) NOT NULL default '',
|
||||
`IP` char(39) NOT NULL default '',
|
||||
`section` enum('categories','tags','search','list','favorites','most_visited','best_rated','recent_pics','recent_cats') default NULL,
|
||||
`category_id` smallint(5) default NULL,
|
||||
`search_id` int(10) unsigned default NULL,
|
||||
|
||||
Reference in New Issue
Block a user