DBClnts: set version length to 50.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
06bcdfb2be
commit
462f28505d
|
@ -110,7 +110,7 @@ CREATE TABLE IF NOT EXISTS `$Conf{'DBTableClnts'}` (
|
||||||
`id` bigint(20) unsigned NOT NULL auto_increment,
|
`id` bigint(20) unsigned NOT NULL auto_increment,
|
||||||
`month` varchar(7) character set ascii NOT NULL,
|
`month` varchar(7) character set ascii NOT NULL,
|
||||||
`client` varchar(150) NOT NULL,
|
`client` varchar(150) NOT NULL,
|
||||||
`version` varchar(20) NOT NULL,
|
`version` varchar(50) NOT NULL,
|
||||||
`postings` int(11) NOT NULL,
|
`postings` int(11) NOT NULL,
|
||||||
`revision` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
|
`revision` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
|
|
|
@ -9,6 +9,7 @@ NewsStats 0.4.0 (unreleased)
|
||||||
* Add clientstats (for clients).
|
* Add clientstats (for clients).
|
||||||
* Add ClientStats to postingstats.
|
* Add ClientStats to postingstats.
|
||||||
* gatherstats: Don't die on parsing errors.
|
* gatherstats: Don't die on parsing errors.
|
||||||
|
* DBClnts: set version length to to 50.
|
||||||
|
|
||||||
NewsStats 0.3.0 (2025-05-18)
|
NewsStats 0.3.0 (2025-05-18)
|
||||||
* Extract GroupStats (in gatherstats) to subroutine.
|
* Extract GroupStats (in gatherstats) to subroutine.
|
||||||
|
|
Loading…
Reference in a new issue