#12745 add id_agent_data ncm MR

This commit is contained in:
Jonathan 2024-01-17 17:45:59 +01:00
parent f33865542c
commit c771127371
1 changed files with 6 additions and 0 deletions

View 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;