gosora/schema/mysql/query_viewchunks_agents.sql
Azareal a25ee29197 We now track global user agent stats and have a currently simple Control Panel interface for that.
Fixed a possible out of bounds panic in DefaultRouteViewCounter.Bump()
2018-01-09 07:39:29 +00:00

5 lines
135 B
SQL

CREATE TABLE `viewchunks_agents` (
`count` int DEFAULT 0 not null,
`createdAt` datetime not null,
`browser` varchar(200) not null
);