2021-12-08 09:11:22 +01:00
|
|
|
.. _start:
|
2019-07-18 13:44:19 +02:00
|
|
|
|
2021-12-08 09:11:22 +01:00
|
|
|
======
|
|
|
|
Events
|
|
|
|
======
|
2019-07-18 13:44:19 +02:00
|
|
|
|
|
|
|
.. only:: html
|
|
|
|
|
|
|
|
:Classification:
|
2021-12-08 09:11:22 +01:00
|
|
|
events
|
2019-07-18 13:44:19 +02:00
|
|
|
|
|
|
|
: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
|
|
|
|
=================
|
2019-07-18 13:44:19 +02:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 3
|
|
|
|
:titlesonly:
|
|
|
|
|
2021-12-13 08:48:10 +01:00
|
|
|
Commands
|
2023-01-05 10:01:13 +01:00
|
|
|
Settings
|
2021-12-08 09:06:57 +01:00
|
|
|
Changelog
|
2022-08-02 17:15:47 +02:00
|
|
|
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';
|