#1351 closed enhancement (fixed)
Add a function that removes unwanted items from the database at regular intervals
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.13 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Unwanted items are:
- Stray any-to-any links (see #1340)
- Unused item and project keys
The cleanup should be executed at regular intervals (possible configurable). It should be possible to disable this function since we don't want to execute it from job agents.
Change History (3)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [5023]) Fixes #1351: Add a function that removes unwanted items from the database at regular intervals