mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56:09 +01:00
1.1 KiB
1.1 KiB
Events
html
- Classification
-
events
- Description
-
Extension to manage Destination Data managed events
- Author
-
Dirk Koritnik
- License
-
This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml
- Rendered
The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from www.typo3.org.
Table of Contents
Commands Changelog
Clean category relations
TRUNCATE TABLE tx_events_domain_model_event;
TRUNCATE TABLE tx_events_domain_model_date;
TRUNCATE TABLE tx_events_domain_model_organizer;
DELETE FROM sys_category_record_mm WHERE tablenames = 'tx_events_domain_model_event';
DELETE FROM sys_file_reference WHERE tablenames = 'tx_events_domain_model_event';
DELETE FROM sys_file WHERE identifier LIKE '%/events/%';
DELETE FROM sys_file_metadata WHERE alternative = 'DD Import';