How To Uninstall/Reinstall An Accelerator From The App Store
Comments
-
Here are the steps to uninstall and reinstall an accelerator:
We recommend taking a database backup before running deletion queries
- Delete the app completely from the folder
- Run the query: Select * FROM installed_app and find the module_name of the app you want to delete.
- Run the query: DELETE FROM installed_app WHERE module_name = ‘your_app_name’
- Restart Decisions.
- Then download the project again.
