From d50d24dcf499795f5b697132d9450cf72453feef Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Aug 2009 17:11:34 -0400 Subject: update database to allow >140c in group descriptions --- db/08to09.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db/08to09.sql') diff --git a/db/08to09.sql b/db/08to09.sql index 83bb42e35..4d1830611 100644 --- a/db/08to09.sql +++ b/db/08to09.sql @@ -7,3 +7,6 @@ alter table message alter table profile modify column bio text comment 'descriptive biography'; +alter table user_group + modify column description text comment 'group description'; + -- cgit v1.2.3-54-g00ecf