Can someone explain how to delete queries in my DB? I need to remove these queries:
- drop table linkback
- drop table thread_serviceupdate
- ALTER TABLE forum DROP COLUMN vbseo_moderaterefbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatetrackbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatepingbacks
- delete from plugin where product = 'crawlability_vbseo'
- delete from cron where product = 'crawlability_vbseo'
- delete from datastore where title = 'vbseo_options'
- drop table linkback
- drop table thread_serviceupdate
- ALTER TABLE forum DROP COLUMN vbseo_moderaterefbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatetrackbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatepingbacks
- delete from plugin where product = 'crawlability_vbseo'
- delete from cron where product = 'crawlability_vbseo'
- delete from datastore where title = 'vbseo_options'