1146 - Table 'adorndb.specials_retail_prices' doesn't exist

create table specials_retail_prices (products_id int NOT NULL default '0', specials_new_products_price decimal(15,4) NOT NULL default '0.0000', status tinyint, customers_group_id smallint, primary key (products_id) )

[TEP STOP]