#8365 NCM add backup id to ncm queue

This commit is contained in:
Jonathan 2023-10-26 12:49:30 +02:00
parent f521f3e9bb
commit 90249d4631
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
START TRANSACTION;
ALTER TABLE `tncm_queue`
ADD COLUMN `id_agent_data` INT NOT NULL DEFAULT 0 AFTER `id_script`;
COMMIT;