server/sql/320/5_bugreport.sql
2009-08-28 22:33:52 +04:00

3 lines
131 B
SQL

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