mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
92fdc9950a
@ -2,4 +2,6 @@ START TRANSACTION;
|
|||||||
|
|
||||||
ALTER TABLE `tservice` ADD COLUMN `enable_sunburst` tinyint(1) NOT NULL default 0;
|
ALTER TABLE `tservice` ADD COLUMN `enable_sunburst` tinyint(1) NOT NULL default 0;
|
||||||
|
|
||||||
|
ALTER TABLE `tdashboard` MODIFY `name` TEXT NOT NULL DEFAULT '';
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
@ -2578,7 +2578,7 @@ CREATE TABLE IF NOT EXISTS `tpolicy_group_agents` (
|
|||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
CREATE TABLE IF NOT EXISTS `tdashboard` (
|
CREATE TABLE IF NOT EXISTS `tdashboard` (
|
||||||
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
`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_user` VARCHAR(60) NOT NULL DEFAULT '',
|
||||||
`id_group` INT NOT NULL DEFAULT 0,
|
`id_group` INT NOT NULL DEFAULT 0,
|
||||||
`active` TINYINT NOT NULL DEFAULT 0,
|
`active` TINYINT NOT NULL DEFAULT 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user