Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2008 at 14:27 UTC
Updated:
9 Oct 2009 at 17:10 UTC
what is the Query to delete views 1 tables via phpMyAdmin? for a cleanup operations to deprecate previous views
help appreciated
thanks
Comments
Comment #1
merlinofchaos commentedGood 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;
Comment #2
ica commentedThanks 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
Comment #3
merlinofchaos commentedChanging to feature request.
Comment #4
merlinofchaos commentedWhipped this one out real quick and put it in so I could close the issue!