gosora/schema/mssql/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
137 B
SQL

CREATE TABLE [viewchunks_agents] (
[count] int DEFAULT 0 not null,
[createdAt] datetime not null,
[browser] nvarchar (200) not null
);