From 002cc755b2a521486b0216e2d6f8a3952bda0bae Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Tue, 11 Aug 2009 09:25:13 +1200 Subject: change file.url to from a varchar(255) to varchar(2047) because urls get translated from tinyurl.com etc into their originals before saving and urls can be that long --- db/laconica.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/laconica.sql') diff --git a/db/laconica.sql b/db/laconica.sql index f01107176..ff8c4c13e 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(255) comment 'destination URL after following redirections', + url varchar(2047) 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', -- cgit v1.2.3-54-g00ecf