summaryrefslogtreecommitdiff
path: root/db/08to09.sql
blob: 223a99fa37a96722bccd177c78554e496bfa8eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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';

alter table file_oembed
     add column mimetype varchar(50) comment 'mime type of resource';