You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: