From ae174a94823ea90ff0516d1bdc744d2a8c6b00eb Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 22 Mar 2024 16:35:32 +0000 Subject: Increased size of user agent --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 84a9008..0d00ae2 100644 --- a/schema.sql +++ b/schema.sql @@ -10,6 +10,6 @@ create table if not exists download ( key varchar(64) not null references file_object(key), ip_address varchar(32) not null, - user_agent varchar(128) not null, + user_agent varchar(256) not null, time timestamp not null ); -- cgit v1.2.3