server/sql/320/06_bugreport.sql
2009-10-03 23:05:44 +04:00

3 lines
131 B
SQL

alter table `characters`.`bugreport`
change `type` `type` longtext NOT NULL,
change `content` `content` longtext NOT NULL;