mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
34d8f5cbf9
The first time there was no insert statement in the sql update. --HG-- branch : trunk
3 lines
138 B
SQL
3 lines
138 B
SQL
ALTER TABLE `petition_sign` ADD INDEX `Idx_playerguid`(`playerguid`);
|
|
ALTER TABLE `petition_sign` ADD INDEX `Idx_ownerguid`(`ownerguid`);
|