summaryrefslogtreecommitdiff
path: root/db/08to09.sql
blob: 4d1830611a09fc56089ca9e15df47c648abfb2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
alter table notice
     modify column content text comment 'update content';

alter table message
     modify column content text comment 'message content';

alter table profile
     modify column bio text comment 'descriptive biography';

alter table user_group
     modify column description text comment 'group description';