diff --git a/pandora_console/extras/mr/67.sql b/pandora_console/extras/mr/67.sql new file mode 100644 index 0000000000..aa44ceea56 --- /dev/null +++ b/pandora_console/extras/mr/67.sql @@ -0,0 +1,7 @@ +START TRANSACTION; + +ALTER TABLE `tncm_queue` +ADD COLUMN `id_agent_data` INT NOT NULL DEFAULT 0 AFTER `id_script`; + + +COMMIT; \ No newline at end of file