mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[8596] fixed query from last commit
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
This commit is contained in:
parent
6800ae932b
commit
dc382abdf5
4 changed files with 8 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_8589_11_characters_characters` bit(1) default NULL
|
||||
`required_8596_01_characters_bugreport` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue