Merge branch 'ent-8897-Entities-en-nombre-de-dashboards-2' into 'develop'

Ent 8897 entities en nombre de dashboards 2

See merge request artica/pandorafms!4911
This commit is contained in:
Daniel Rodriguez 2022-06-06 09:35:58 +00:00
commit 92fdc9950a
2 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@ START TRANSACTION;
ALTER TABLE `tservice` ADD COLUMN `enable_sunburst` tinyint(1) NOT NULL default 0;
ALTER TABLE `tdashboard` MODIFY `name` TEXT NOT NULL DEFAULT '';
COMMIT;

View File

@ -2578,7 +2578,7 @@ CREATE TABLE IF NOT EXISTS `tpolicy_group_agents` (
-- ---------------------------------------------------------------------
CREATE TABLE IF NOT EXISTS `tdashboard` (
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(60) NOT NULL DEFAULT '',
`name` TEXT NOT NULL DEFAULT '',
`id_user` VARCHAR(60) NOT NULL DEFAULT '',
`id_group` INT NOT NULL DEFAULT 0,
`active` TINYINT NOT NULL DEFAULT 0,