#11326 fixed mr session_max_time_expire conclict

This commit is contained in:
Daniel Cebrian 2023-08-09 10:15:48 +02:00
parent 5db4191d5b
commit 2035286f3a
1 changed files with 2 additions and 0 deletions

View File

@ -83,4 +83,6 @@ INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `descri
ALTER TABLE `treport_content` ADD COLUMN `period_range` INT NULL DEFAULT 0 AFTER `period`;
ALTER TABLE `tusuario` ADD COLUMN `session_max_time_expire` INT NOT NULL DEFAULT 0 AFTER `auth_token_secret`;
COMMIT;