mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc
* added column bitIdx to ?_titles * actually don't use COLLATE as it ignores indizes. Just search with lowerCase and properCase simultaneously
This commit is contained in:
7
setup/updates/1439590146_01.sql
Normal file
7
setup/updates/1439590146_01.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE `aowow_titles`
|
||||
ADD COLUMN `bitIdx` tinyint(3) unsigned NOT NULL AFTER `eventId`,
|
||||
ADD INDEX `bitIdx` (`bitIdx`);
|
||||
|
||||
DROP TABLE IF EXISTS `dbc_chartitles`;
|
||||
|
||||
UPDATE `aowow_dbversion` SET `sql` = CONCAT(`sql`, ' titles');
|
||||
Reference in New Issue
Block a user