This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
Auto DB cleanup #140
Labels
Prio: Triage
Triage Priority
Status: Pending
Issue or PR awaits response
Type: Feature
Issue or PR is a new feature
Feature request
Expected Behavior - What where you expecting to happen?
LicenseScout should delete data which is older than a configurable retention period from the results database.
Possible Solution
DELETE FROM Builds WHERE Datetime < NOW() - INTERVAL 'n days'
(n being a configurable parameter for the retention period in days)
The text was updated successfully, but these errors were encountered: