summaryrefslogtreecommitdiff
path: root/db/08to09.sql
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-20 17:07:20 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-21 06:33:21 -0400
commit2d6039fb69772dec233df8fbf8fdc2c6d492e86b (patch)
tree1ef6cd4cf6338167371b185416ce92a893e23199 /db/08to09.sql
parent4b443089884a30806aa5a3d00665fbd6296ccd43 (diff)
Allow unlimited-size bios in profiles
Diffstat (limited to 'db/08to09.sql')
-rw-r--r--db/08to09.sql3
1 files changed, 3 insertions, 0 deletions
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';
+