mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#8365 NCM add backup id to ncm queue
This commit is contained in:
parent
f521f3e9bb
commit
90249d4631
7
pandora_console/extras/mr/67.sql
Normal file
7
pandora_console/extras/mr/67.sql
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user