]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/laconica.sql
Allow unlimited-size bios in profiles
[quix0rs-gnu-social.git] / db / laconica.sql
index a59c5fe766d0bbfe7f9e8a43ff25ecbeca78bcef..724877f92e4917e07c8cadeba9231141bff81f59 100644 (file)
@@ -6,7 +6,7 @@ create table profile (
     fullname varchar(255) comment 'display name',
     profileurl varchar(255) comment 'URL, cached so we dont regenerate',
     homepage varchar(255) comment 'identifying URL',
-    bio varchar(140) comment 'descriptive biography',
+    bio text comment 'descriptive biography',
     location varchar(255) comment 'physical location',
     created datetime not null comment 'date this record was created',
     modified timestamp comment 'date this record was modified',