gnu-social/db/08to09.sql
2009-08-21 06:33:21 -04:00

10 lines
240 B
SQL

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';