gnu-social/db/08to09.sql

7 lines
158 B
SQL

alter table notice
modify column content text comment 'update content';
alter table message
modify column content text comment 'message content';