
Fixes #5405. Adds a normal key index as the uniqueness can be less restrictive. Removes the primary keys. Thanks to @Surefirer, @Patotron, and @gen1x8!
4 lines
84 B
SQL
4 lines
84 B
SQL
ALTER TABLE `bonus_script`
|
|
DROP PRIMARY KEY,
|
|
ADD KEY `char_id` (`char_id`);
|