From d94a4eae8a68014c2f78ede52364d410c274cbbf Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Aug 2009 16:53:00 -0400 Subject: update database to allow large posts --- 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..8a1027d48 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -110,7 +110,7 @@ create table notice ( id integer auto_increment primary key comment 'unique identifier', profile_id integer not null comment 'who made the update' references profile (id), uri varchar(255) unique key comment 'universally unique identifier, usually a tag URI', - content varchar(140) comment 'update content', + content text comment 'update content', rendered text comment 'HTML version of the content', url varchar(255) comment 'URL of any attachment (image, video, bookmark, whatever)', created datetime not null comment 'date this record was created', -- cgit v1.2.3-54-g00ecf