Files
TrinityCore/sql/updates/7905_characters_petition.sql
teacher 34d8f5cbf9 Added worldstates values in characters.sql and re-dumped to prevent any issues.
The first time there was no insert statement in the sql update.

--HG--
branch : trunk
2010-04-15 21:14:24 +02:00

3 lines
138 B
SQL

ALTER TABLE `petition_sign` ADD INDEX `Idx_playerguid`(`playerguid`);
ALTER TABLE `petition_sign` ADD INDEX `Idx_ownerguid`(`ownerguid`);