mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
3 lines
131 B
SQL
3 lines
131 B
SQL
alter table `characters`.`bugreport`
|
|
change `type` `type` longtext NOT NULL,
|
|
change `content` `content` longtext NOT NULL;
|