I also see this:

sqlstatement
ALTER TABLE orders ADD INDEX idx_cust_id_orders_id...
ALTER TABLE orders_products ADD INDEX idx_prod_id_...
INSERT INTO configuration (configuration_title, co...


but can't figure out to the read the rest of the statements. I thought maybe if I could read the statements I would know what to insert into the configure file and what to alter in the tables.......