]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/08to09.sql
Allow unlimited-size bios in profiles
[quix0rs-gnu-social.git] / db / 08to09.sql
index cad095169d508bd151f5d77a32431fc1261674bd..83bb42e35a493e2830b40d380504bac847f6409c 100644 (file)
@@ -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';
+