Updated node web form, to support taxonomy editing if allowed (specific support for CMS_VOCABULARY.is_tags: BOOLEAN). Added notion of required or optional module dependencies.
4 lines
114 B
SQL
4 lines
114 B
SQL
DROP TABLE IF EXISTS taxonomy_term;
|
|
DROP TABLE IF EXISTS taxonomy_hierarchy;
|
|
DROP TABLE IF EXISTS taxonomy_index;
|