Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL to remove module from DB (and reinstall) #12

Open
jaromirmuller opened this issue Mar 1, 2013 · 0 comments
Open

SQL to remove module from DB (and reinstall) #12

jaromirmuller opened this issue Mar 1, 2013 · 0 comments

Comments

@jaromirmuller
Copy link

Maybe you will find useful the following SQL to remove & reinstall module.

drop function ECOMDEV_CLEAN_URL_KEY;

drop table ecomdev_urlrewrite_category_relation;
drop table ecomdev_urlrewrite_category_request_path;
drop table ecomdev_urlrewrite_category_url_key;
drop table ecomdev_urlrewrite_duplicate;
drop table ecomdev_urlrewrite_duplicate_aggregate;
drop table ecomdev_urlrewrite_duplicate_increment;
drop table ecomdev_urlrewrite_duplicate_key;
drop table ecomdev_urlrewrite_duplicate_updated;
drop table ecomdev_urlrewrite_product_relation;
drop table ecomdev_urlrewrite_product_request_path;
drop table ecomdev_urlrewrite_product_url_key;
drop table ecomdev_urlrewrite_rewrite;
drop table ecomdev_urlrewrite_root_category;

delete from core_resource where code = 'ecomdev_urlrewrite_setup' limit 1;

I had to reinstall module again, there was issue with stored procedure for different user. I have happend during migration to another db server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant