a25ee29197
Fixed a possible out of bounds panic in DefaultRouteViewCounter.Bump()
5 lines
137 B
SQL
5 lines
137 B
SQL
CREATE TABLE [viewchunks_agents] (
|
|
[count] int DEFAULT 0 not null,
|
|
[createdAt] datetime not null,
|
|
[browser] nvarchar (200) not null
|
|
); |