I bought the magento extension and copied the files to the magento directory. Everything worked perfectly. Then I wanted to reinstall it. So I deleted all the relevant files in app / code / local and deleted the corresponding database tables.
When I re-copied the extension files back to the magento directory and tried to check the extension, I get this error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mydb.swam_list' doesn't exist
I looked in the database and magento did not seem to recreate the database tables for the extension.
How to reinstall this extension?
source share