Installing the weight module 7.x-2.1 creates a weight_settings table with a column named id and makes it the primary key.

Upgrading the weight module to version 7.x-2.1 drops the id column and makes type the primary key (schema update 7208).

Which one is correct.

MySQL version 5.6.63.

Comments

davisben’s picture

Category: bug » support
Status: Active » Fixed

The id was never used so it was removed and the primary key was switched to the type column. It will remain that way going forward.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.