gnu-social/db/08to09.sql

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