mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
#13061 toekn lts message no show to individual users
This commit is contained in:
parent
7aaab5f39c
commit
677eb81eb8
@ -1326,8 +1326,7 @@ CREATE TABLE IF NOT EXISTS `tusuario` (
|
|||||||
`allowed_ip_list` TEXT,
|
`allowed_ip_list` TEXT,
|
||||||
`auth_token_secret` VARCHAR(45) DEFAULT NULL,
|
`auth_token_secret` VARCHAR(45) DEFAULT NULL,
|
||||||
`session_max_time_expire` INT NOT NULL DEFAULT 0,
|
`session_max_time_expire` INT NOT NULL DEFAULT 0,
|
||||||
`stop_lts_modal` TINYINT NOT NULL DEFAULT 0;
|
`stop_lts_modal` TINYINT NOT NULL DEFAULT 0,
|
||||||
|
|
||||||
CONSTRAINT `fk_filter_id` FOREIGN KEY (`id_filter`) REFERENCES tevent_filter (`id_filter`) ON DELETE SET NULL,
|
CONSTRAINT `fk_filter_id` FOREIGN KEY (`id_filter`) REFERENCES tevent_filter (`id_filter`) ON DELETE SET NULL,
|
||||||
UNIQUE KEY `id_user` (`id_user`)
|
UNIQUE KEY `id_user` (`id_user`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user