summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-03-22 16:35:32 +0000
committerIan C <ianc@noddybox.co.uk>2024-03-22 16:35:32 +0000
commitae174a94823ea90ff0516d1bdc744d2a8c6b00eb (patch)
tree7db07a3a97d13fc568db13e861c487986fc54f79
parent06600b2d434490a0eca709ce2f38b34ce64794e8 (diff)
Increased size of user agent
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
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
);