events/Documentation/Index.rst

54 lines
1.1 KiB
ReStructuredText
Raw Normal View History

.. _start:
======
Events
======
.. only:: html
:Classification:
events
:Description:
Extension to manage Destination Data managed events
:Author:
Dirk Koritnik
:Email:
koritnik@werkraum-media.de
:License:
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
:Rendered:
|today|
The content of this document is related to TYPO3,
a GNU/GPL CMS/Framework available from `www.typo3.org <http://www.typo3.org/>`_.
2021-12-13 08:48:10 +01:00
Table of Contents
=================
.. toctree::
:maxdepth: 3
:titlesonly:
2021-12-13 08:48:10 +01:00
Commands
Changelog
Maintenance
2021-12-13 08:48:10 +01:00
Clean category relations
========================
.. code-block:: sql
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';