mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
in 8589_06 i got an error: ERROR 1170 (42000) at line 2: BLOB/TEXT column 'type' used in key specification without a key length also added delete-queries for 8589_05
4 lines
242 B
SQL
4 lines
242 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8589_04_characters_groups required_8589_06_characters_bugreport bit;
|
|
|
|
ALTER TABLE `bugreport` CHANGE `content` `content` LONGTEXT;
|
|
ALTER TABLE `bugreport` CHANGE `type` `type` LONGTEXT;
|