#9134 Added disabled

This commit is contained in:
Daniel Maya 2022-06-09 15:12:05 +02:00
parent 50442faf26
commit a5517a9c02
1 changed files with 1 additions and 1 deletions

View File

@ -3664,7 +3664,7 @@ CREATE TABLE IF NOT EXISTS `tautoconfig` (
`name` VARCHAR(100) NOT NULL,
`order` INT NOT NULL DEFAULT 0,
`description` TEXT,
`disabled` TINYINT DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;