aowow/setup/sql/updates/1769622382_01.sql
Sarjuuk 09f14ee4e1 Setup/Fixup
* column keys names like to be unquoted
 * amends cadb4aa0d3
2026-01-30 00:41:26 +01:00

6 lines
302 B
SQL

ALTER TABLE `aowow_icons` ADD KEY idx_sourcename (`name_source`);
UPDATE `aowow_dbversion` SET
`sql` = CONCAT(IFNULL(`sql`, ''), ' achievement currencies glyphproperties holidays icons items pet skillline spell'),
`build` = CONCAT(IFNULL(`build`, ''), ' enchants gems glyphs talenticons')
;