mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 06:19:38 -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`);
|