I get this error when trying to add the sql for this module:
Error
SQL query:
#Canada Post Shipping Module -- Adds dimensional support to products
ALTER TABLE products ADD products_weight_type ENUM( 'lbs', 'kgs' ) NOT NULL default 'kgs' AFTER products_weight;
MySQL said:![]()
#1060 - Duplicate column name 'products_weight_type'
Plus, I can't do this from Admin.





