Update database schema to allow daily command last used

This commit is contained in:
Ethan Lane 2024-05-17 18:43:50 +01:00
parent 5a8ec932b4
commit 8821578ff6
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE `user`
ADD LastUsedDaily datetime null;