Where in database does magento record the database set-up of the module?
All of the modules and their database set-up versions are recorded in the table named 'core_resource'.The steps of re-installing a module
1. Disable the module in the app configuration file located in the folder of 'app/etc/modules/' by changing the value of 'active' from true to false.2. Find the module set-up record in the database table of 'core_resource' and delete the record.
3. Refresh any page of magento site and the module will be newly installed.
No comments:
Post a Comment