Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2012 at 13:06 UTC
Updated:
23 Oct 2012 at 15:41 UTC
Jump to comment: Most recent file
Comments
Comment #2
damien tournoud commentedUntested patch. The change in {commerce_product} is purely for consistency. It's a non-operation and as a consequence doesn't need an update function.
Comment #3
rszrama commentedWas about to commit the attached (fixed the calls to db_change_field()) when I reread your comment and saw you intentionally didn't update commerce_product. Not entirely sure what you mean by it being a "non-operation" - any site created using Commerce 1.2 or 1.3 would have a default value of 0 still set for the revision_id column on that table, just not those that updated from 1.1 or earlier to 1.2 or later.
Did you leave it out for performance concerns or should I just commit my update as is?
Comment #4
rszrama commentedCommitted.