gnu-social/db/08to09.sql

10 lines
240 B
MySQL
Raw Normal View History

2009-08-21 05:53:00 +09:00
alter table notice
modify column content text comment 'update content';
2009-08-21 06:02:25 +09:00
alter table message
modify column content text comment 'message content';
2009-08-21 06:07:20 +09:00
alter table profile
modify column bio text comment 'descriptive biography';