Guest Posted August 14, 2005 Share Posted August 14, 2005 Hello, I am trying to install the Attributescopier contribution. In the Readme it says: 2) run the sql statements in change.sql (using your mysql interface of choice). The change.sql says: ALTER TABLE products_attributes ADD products_options_sort_order int(6) NOT NULL default '0' AFTER price_prefix;ALTER TABLE products_options_values_to_products_options ADD products_options_values_sort_order int(6) NOT NULL default '0' AFTER products_options_values_id; What and how to do now? Link to comment Share on other sites More sharing options...
dahui Posted August 14, 2005 Share Posted August 14, 2005 well as you stated already: (using your mysql interface of choice) e.g. phpmyadmin and run this file what happens then, is that the tables will be altered by the script thats all or didn't I get yr question? dahui Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2005 Share Posted August 14, 2005 well as you stated already: (using your mysql interface of choice) e.g. phpmyadmin and run this file what happens then, is that the tables will be altered by the script thats all or didn't I get yr question? dahui <{POST_SNAPBACK}> I didn't knew how to run a file in phpmyadmin :) But a friend helped me out. :blush: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.