Implement token refresh logic and add refreshkey to user management
This commit is contained in:
@@ -919,5 +919,7 @@ UPDATE equipment
|
||||
SET warranty_date = DATE_ADD(warranty_date, INTERVAL 1 YEAR)
|
||||
WHERE warranty_date IS NOT NULL;
|
||||
|
||||
alter table users add refreshkey varchar(255);
|
||||
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
Reference in New Issue
Block a user