summaryrefslogtreecommitdiff
path: root/db/laconica.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/laconica.sql')
-rw-r--r--db/laconica.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/laconica.sql b/db/laconica.sql
index c1b76d1fa..2c04f680a 100644
--- a/db/laconica.sql
+++ b/db/laconica.sql
@@ -433,7 +433,7 @@ create table group_inbox (
create table file (
id integer primary key auto_increment,
- url varchar(2047) comment 'destination URL after following redirections',
+ url varchar(255) comment 'destination URL after following redirections',
mimetype varchar(50) comment 'mime type of resource',
size integer comment 'size of resource when available',
title varchar(255) comment 'title of resource when available',