mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-12745-falta-un-campo-en-la-tabla-tncm_agent_data' into 'develop'
Ent 12745 falta un campo en la tabla tncm agent data See merge request artica/pandorafms!6857
This commit is contained in:
commit
f35b95f0fe
@ -1,5 +1,8 @@
|
|||||||
START TRANSACTION;
|
START TRANSACTION;
|
||||||
|
|
||||||
|
ALTER TABLE `tncm_agent_data`
|
||||||
|
ADD COLUMN `id_agent_data` int not null default 0 AFTER `script_type`;
|
||||||
|
|
||||||
ALTER TABLE `tusuario` CHANGE COLUMN `metaconsole_data_section` `metaconsole_data_section` TEXT NOT NULL DEFAULT '' ;
|
ALTER TABLE `tusuario` CHANGE COLUMN `metaconsole_data_section` `metaconsole_data_section` TEXT NOT NULL DEFAULT '' ;
|
||||||
|
|
||||||
ALTER TABLE `tmensajes` ADD COLUMN `icon_notification` VARCHAR(250) NULL DEFAULT NULL AFTER `url`;
|
ALTER TABLE `tmensajes` ADD COLUMN `icon_notification` VARCHAR(250) NULL DEFAULT NULL AFTER `url`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user