mage-enhanced-admin-grids
mage-enhanced-admin-grids copied to clipboard
quick completely delete this extension script
Upgrading is not working. we keep running into SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dev_test.customgrid_role_profile' doesn't exist no matter what we do. Reset version etc.
anyways, maybe these drop commands help someone
a quick delete everything from ths extension script would be a good addition I think
alter table customgrid_grid_profile drop FOREIGN KEY customgrid_grid_profile; alter table customgrid_grid drop FOREIGN KEY base_profile_id; alter table customgrid_grid drop FOREIGN KEY global_default_profile_id; drop table customgrid_grid; drop table customgrid_grid_column; drop table customgrid_grid_profile; drop table customgrid_grid_role; drop table customgrid_grid_user; drop table customgrid_options_source; drop table customgrid_options_source_model; drop table customgrid_options_source_option;