53ee309768
Migrate all database fixtures ( #10 )
...
We switched to PHPDataSets already but didn't migrate all usages.
This commit now migrates all usages left behind.
2023-05-15 11:58:19 +02:00
6412c31be5
Do not delete files unrelated to events
2022-11-22 14:59:06 +00:00
ab9c3e0c4e
Fix broken remove past data
...
Past data is now removed again.
A test ensures the functionality.
Data is no longer marked as deleted but is actually deleted.
Relates: #9543
2021-12-20 09:45:25 +01:00
6aa4681cb9
Delete files which were referenced by events objects
...
Adjust existing code base to not use hardcoded file path.
Instead use info from database and check all files which have references
to event objects.
Also add test to cover feature.
2021-12-16 14:07:32 +01:00