#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 Changed 14 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by
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