mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#8897 Fixed tdashboard name
This commit is contained in:
parent
79774dfb33
commit
fc7b4d8a11
5
pandora_console/extras/mr/55.sql
Normal file
5
pandora_console/extras/mr/55.sql
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
START TRANSACTION;
|
||||||
|
|
||||||
|
ALTER TABLE `tdashboard` MODIFY `name` TEXT NOT NULL DEFAULT '';
|
||||||
|
|
||||||
|
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