1ac47bfdfd
Added the viewchunks_referrers table.
5 lines
139 B
SQL
5 lines
139 B
SQL
CREATE TABLE [viewchunks_referrers] (
|
|
[count] int DEFAULT 0 not null,
|
|
[createdAt] datetime not null,
|
|
[domain] nvarchar (200) not null
|
|
); |