Clear sessions on upgrade

This commit is contained in:
grandeljay 2022-11-11 13:41:23 +01:00
parent dcb0f74aa9
commit 286e1f325f

View file

@ -5,3 +5,8 @@ INSERT INTO
`options` (`key`, `value`)
VALUES
('api_token', UUID());
/**
* Sessions
*/
TRUNCATE `sessions`;