YEAH!!! I figured it out!!!
I had to change the following line in the uninstall Sql
from:
DELETE FROM query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;
to:
DELETE FROM query_builder WHERE zen_query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;
Then it worked perfectly!
Hope this helps someone else! I'm just excited I figured something out on my own!!
Bookmarks