Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.10 / 5441_characters_petition_petition_sign.sql
blob0e527f2d25c09fd2e6fff474e287ea0795a4ceb6
1 ALTER TABLE `petition`
2 DROP PRIMARY KEY,
3 ADD PRIMARY KEY (`ownerguid`, `type`);
5 ALTER TABLE `petition_sign` ADD COLUMN `type` int(10) UNSIGNED NOT NULL DEFAULT 0;