Closed (fixed)
Project:
Weight
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2012 at 17:56 UTC
Updated:
4 Sep 2012 at 00:21 UTC
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
Comment #1
davisbenThe 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.