This repository was archived by the owner on Dec 20, 2022. It is now read-only.
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Auto DB cleanup #140
Open
Description
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)