Setup/Fixup

* column keys names like to be unquoted
 * amends cadb4aa0d3
This commit is contained in:
Sarjuuk 2026-01-30 00:40:42 +01:00
parent 7e4e52de7b
commit 09f14ee4e1

View file

@ -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'),