mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12745 add id_agent_data ncm MR
This commit is contained in:
parent
f33865542c
commit
c771127371
6
pandora_console/extras/mr/68.sql
Normal file
6
pandora_console/extras/mr/68.sql
Normal file
@ -0,0 +1,6 @@
|
||||
START TRANSACTION;
|
||||
|
||||
ALTER TABLE `tncm_agent_data`
|
||||
ADD COLUMN `id_agent_data` int not null default 0 AFTER `script_type`;
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user