Update database schema to allow daily command last used
This commit is contained in:
parent
5a8ec932b4
commit
8821578ff6
3 changed files with 20 additions and 0 deletions
2
database/0.6/1715967355818-daily/Up/01-table/User.sql
Normal file
2
database/0.6/1715967355818-daily/Up/01-table/User.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `user`
|
||||
ADD LastUsedDaily datetime null;
|
Loading…
Add table
Add a link
Reference in a new issue