Quote:
Originally posted by ipscone
I probably won't have to uninstall it but just in case I do, where do I find those two SQL statements?
|
The first one is:
Code:
DELETE from template WHERE title like 'home%'
This will delete
*all* templates starting home, the second is:
Code:
ALTER TABLE usergroup DROP canviewvbindex
This will remove the permissions field from the usergroup table.
An uninstaller will be included in the next version to do this