#8365 NCM add backup id to ncm queue

This commit is contained in:
Jonathan 2023-10-30 08:39:20 +01:00
parent c01af3e9b6
commit e062db2439
1 changed files with 1 additions and 0 deletions

View File

@ -4226,6 +4226,7 @@ CREATE TABLE IF NOT EXISTS `tncm_agent_data` (
`id` SERIAL,
`id_agent` INT UNSIGNED NOT NULL,
`script_type` INT UNSIGNED NOT NULL,
`id_agent_data` INT NOT NULL DEFAULT 0,
`data` LONGBLOB,
`status` INT NOT NULL DEFAULT 5,
`updated_at` BIGINT NOT NULL DEFAULT 0,