diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-03-22 16:35:32 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-03-22 16:35:32 +0000 |
commit | ae174a94823ea90ff0516d1bdc744d2a8c6b00eb (patch) | |
tree | 7db07a3a97d13fc568db13e861c487986fc54f79 | |
parent | 06600b2d434490a0eca709ce2f38b34ce64794e8 (diff) |
Increased size of user agent
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |