gnu-social/db/08to09.sql

10 lines
240 B
MySQL
Raw Normal View History

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