Skip to content
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
This repository was archived by the owner on Aug 18, 2026. It is now read-only.

Need to cleanup old/expired cws_token database table entries #35

Description

@galenatjpl

Should probably be a periodic job, that simply deletes old entries. Either that, or build it into the Java code that manages the table operations itself.

DELETE FROM cws.cws_token WHERE expiration_time < NOW();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions