Added CMS_STORAGE.as_sql_storage: detachable CMS_STORAGE_SQL_I to ease development based on SQL database.
This commit is contained in:
2
modules/taxonomy/site/scripts/uninstall.sql
Normal file
2
modules/taxonomy/site/scripts/uninstall.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DROP TABLE IF EXISTS taxonomy_term;
|
||||
DROP TABLE IF EXISTS taxonomy_hierarchy;
|
||||
Reference in New Issue
Block a user