summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-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
);