mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
now i also know what the error caused old sql made "alter table `characters`.`bugreport`" but my database wasn't supposed to be called "characters" and the other db had an index defined over the type-field
4 lines
264 B
SQL
4 lines
264 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8589_11_characters_characters required_8596_01_characters_bugreport bit;
|
|
|
|
ALTER TABLE `bugreport` CHANGE `type` `type` LONGTEXT NOT NULL;
|
|
ALTER TABLE `bugreport` CHANGE `content` `content` LONGTEXT NOT NULL;
|