Skip to content
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
Open
@dldnhf

Description

@dldnhf

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions