X236: Must use ALTER TABLE DROP PRIMARY KEY to drop index pending.

An attempt was made to drop the `pending' index, which is a temporary name for a PRIMARY KEY which has not yet had a unique index created for it. To drop this index, use the ALTER TABLE DROP PRIMARY KEY statement.