mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
3 lines
138 B
SQL
3 lines
138 B
SQL
DROP TABLE IF EXISTS `botactives`;
|
|
|
|
ALTER TABLE `group_id` DROP PRIMARY KEY, ADD PRIMARY KEY USING BTREE(`groupid`, `charid`, `name`); |