mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Some fixes.
This commit is contained in:
parent
94fdc7e37e
commit
fdc20af337
14 changed files with 99 additions and 56 deletions
3
sql/320/5_bugreport.sql
Normal file
3
sql/320/5_bugreport.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
alter table `characters`.`bugreport`
|
||||
change `type` `type` longtext NOT NULL,
|
||||
change `content` `content` longtext NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue