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/08to09.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'db/08to09.sql') diff --git a/db/08to09.sql b/db/08to09.sql index 892df4a39..e8518a98d 100644 --- a/db/08to09.sql +++ b/db/08to09.sql @@ -1,2 +1,3 @@ -// SQL commands to update an 0.8.x version of Laconica -// to 0.9.x. +alter table notice + modify column content text comment 'update content'; + -- cgit v1.2.3-54-g00ecf