#11117 add new tusuario columns on pandoradb.sql

This commit is contained in:
miguel angel rasteu 2023-05-19 13:40:20 +02:00
parent 5470e4d749
commit e0781801ac
1 changed files with 2 additions and 0 deletions

View File

@ -1296,6 +1296,8 @@ CREATE TABLE IF NOT EXISTS `tusuario` (
`shortcut_data` TEXT,
`section` TEXT,
`data_section` TEXT,
`metaconsole_section` VARCHAR(255) NOT NULL DEFAULT 'Default',
`metaconsole_data_section` VARCHAR(255) NOT NULL DEFAULT '',
`force_change_pass` TINYINT UNSIGNED NOT NULL DEFAULT 0,
`last_pass_change` DATETIME,
`last_failed_login` DATETIME,