what is the Query to delete views 1 tables via phpMyAdmin? for a cleanup operations to deprecate previous views
help appreciated
thanks

Comments

merlinofchaos’s picture

Good point; we still need to include this as part of the converter tool.

DROP TABLE view_view;
DROP TABLE view_sort;
DROP TABLE view_argument;
DROP TABLE view_tablefield;
DROP TABLE view_filter;
DROP TABLE view_exposed_filter;

ica’s picture

Thanks merlin, its done the job, i just was not sure what exact tables to drop - without touching the updated views 2 tables..

yes it would be nice little help if it is part of the converter tool as 'clean-up' option

cheers

merlinofchaos’s picture

Title: Query to delete the views 1 tables » Provide cleanup to the Views 1 converter tool that will remove the views 1 database tables
Category: support » feature

Changing to feature request.

merlinofchaos’s picture

Status: Active » Fixed

Whipped this one out real quick and put it in so I could close the issue!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.