Files
aowow/setup/updates/1524907872_01.sql
Sarjuuk c5e9762830 Profiler/Profiles
* allow strings with less then 3 chars in name search
 * store name as binary to allow accent-sensitive search
   (note: guilds and arenateams have the same issue but utf8mb4_bin can't be applied blindly as the search also becomes case-sensitive (wich is already handled for profiles))
2018-04-28 11:32:22 +02:00

2 lines
123 B
SQL

ALTER TABLE `aowow_profiler_profiles` CHANGE COLUMN `name` `name` VARCHAR(50) NOT NULL COLLATE 'utf8mb4_bin' AFTER `user`;