mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
2 lines
97 B
SQL
2 lines
97 B
SQL
ALTER TABLE `aowow_account_cookies` DROP PRIMARY KEY, ADD INDEX `userId` (`userId`) USING BTREE;
|