Setup/Fixup
* column keys names like to be unquoted
* amends cadb4aa0d3
This commit is contained in:
parent
7e4e52de7b
commit
09f14ee4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
ALTER TABLE `aowow_icons` ADD KEY "idx_sourcename" (`name_source`);
|
ALTER TABLE `aowow_icons` ADD KEY idx_sourcename (`name_source`);
|
||||||
|
|
||||||
UPDATE `aowow_dbversion` SET
|
UPDATE `aowow_dbversion` SET
|
||||||
`sql` = CONCAT(IFNULL(`sql`, ''), ' achievement currencies glyphproperties holidays icons items pet skillline spell'),
|
`sql` = CONCAT(IFNULL(`sql`, ''), ' achievement currencies glyphproperties holidays icons items pet skillline spell'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue