Merge branch 'ent-13583-bugs-wizard-de-consola-visual' into 'develop'
Ent 13583 bugs wizard de consola visual See merge request artica/pandorafms!7301
This commit is contained in:
commit
be3645e7ca
|
@ -15,6 +15,8 @@ ALTER TABLE tfiles_repo_group CONVERT TO CHARACTER SET UTF8MB4;
|
|||
ALTER TABLE `tusuario`
|
||||
ADD COLUMN `stop_lts_modal` TINYINT NOT NULL DEFAULT 0 AFTER `session_max_time_expire`;
|
||||
|
||||
ALTER TABLE `tlayout_template` ADD COLUMN `create_from` INT UNSIGNED NOT NULL DEFAULT 0;
|
||||
|
||||
-- START MIGRATION MSSQL --
|
||||
SET @current_app_type = 12;
|
||||
SET @short_name = 'pandorafms.mssql';
|
||||
|
|
|
@ -3777,6 +3777,7 @@ CREATE TABLE IF NOT EXISTS `tlayout_template` (
|
|||
`maintenance_mode` TEXT,
|
||||
`grid_color` VARCHAR(45) NOT NULL DEFAULT '#cccccc',
|
||||
`grid_size` VARCHAR(45) NOT NULL DEFAULT '10',
|
||||
`create_from` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY(`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
||||
|
||||
|
|
Loading…
Reference in New Issue