From 2d6039fb69772dec233df8fbf8fdc2c6d492e86b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Aug 2009 17:07:20 -0400 Subject: Allow unlimited-size bios in profiles --- 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 cad095169..83bb42e35 100644 --- a/db/08to09.sql +++ b/db/08to09.sql @@ -4,3 +4,6 @@ alter table notice alter table message modify column content text comment 'message content'; +alter table profile + modify column bio text comment 'descriptive biography'; + -- cgit v1.2.3-54-g00ecf