mage-enhanced-admin-grids icon indicating copy to clipboard operation
mage-enhanced-admin-grids copied to clipboard

quick completely delete this extension script

Open seansan opened this issue 8 years ago • 0 comments
trafficstars

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;

seansan avatar Dec 01 '16 12:12 seansan