gnu-social/db/08to09.sql

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