mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
5 lines
164 B
SQL
5 lines
164 B
SQL
ALTER TABLE `petition`
|
|
DROP PRIMARY KEY,
|
|
ADD PRIMARY KEY (`ownerguid`, `type`);
|
|
|
|
ALTER TABLE `petition_sign` ADD COLUMN `type` int(10) UNSIGNED NOT NULL DEFAULT 0;
|