Skip to content

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

@galenatjpl

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