]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - db/08to09.sql
Allow unlimited-size bios in profiles
[quix0rs-gnu-social.git] / db / 08to09.sql
1 alter table notice
2      modify column content text comment 'update content';
3
4 alter table message
5      modify column content text comment 'message content';
6
7 alter table profile
8      modify column bio text comment 'descriptive biography';
9