Add cache helper to update user cache every 30 minutes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2024-03-01 18:25:24 +00:00
parent 808f5e3b1c
commit 5f054b02a5
15 changed files with 85 additions and 2 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE server
ADD LastCached datetime NOT NULL DEFAULT '2024-03-01 18:10:04';