#10793 changed collation tables tips
This commit is contained in:
parent
766664470d
commit
044bd0e54d
|
@ -105,7 +105,7 @@ CREATE TABLE IF NOT EXISTS `twelcome_tip` (
|
||||||
`url` VARCHAR(255) NULL,
|
`url` VARCHAR(255) NULL,
|
||||||
`enable` TINYINT NOT NULL,
|
`enable` TINYINT NOT NULL,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `twelcome_tip_file` (
|
CREATE TABLE IF NOT EXISTS `twelcome_tip_file` (
|
||||||
`id` INT NOT NULL AUTO_INCREMENT,
|
`id` INT NOT NULL AUTO_INCREMENT,
|
||||||
|
@ -117,7 +117,7 @@ CREATE TABLE IF NOT EXISTS `twelcome_tip_file` (
|
||||||
FOREIGN KEY (`twelcome_tip_file`)
|
FOREIGN KEY (`twelcome_tip_file`)
|
||||||
REFERENCES `twelcome_tip` (`id`)
|
REFERENCES `twelcome_tip` (`id`)
|
||||||
ON DELETE CASCADE ON UPDATE CASCADE
|
ON DELETE CASCADE ON UPDATE CASCADE
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
INSERT INTO `twelcome_tip` VALUES
|
INSERT INTO `twelcome_tip` VALUES
|
||||||
(1,'es',0,'¿Sabías que puedes monitorizar webs?','De manera sencilla a través de chequeos HTTP estándar o transaccional mediante transacciones centralizadas WUX, o descentralizadas con el plugin UX de agente.','https://pandorafms.com/manual/es/documentation/03_monitoring/06_web_monitoring','1'),
|
(1,'es',0,'¿Sabías que puedes monitorizar webs?','De manera sencilla a través de chequeos HTTP estándar o transaccional mediante transacciones centralizadas WUX, o descentralizadas con el plugin UX de agente.','https://pandorafms.com/manual/es/documentation/03_monitoring/06_web_monitoring','1'),
|
||||||
|
|
|
@ -4240,7 +4240,7 @@ CREATE TABLE IF NOT EXISTS `twelcome_tip` (
|
||||||
`url` VARCHAR(255) NULL,
|
`url` VARCHAR(255) NULL,
|
||||||
`enable` TINYINT NOT NULL,
|
`enable` TINYINT NOT NULL,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `twelcome_tip_file` (
|
CREATE TABLE IF NOT EXISTS `twelcome_tip_file` (
|
||||||
|
@ -4253,7 +4253,7 @@ CREATE TABLE IF NOT EXISTS `twelcome_tip_file` (
|
||||||
FOREIGN KEY (`twelcome_tip_file`)
|
FOREIGN KEY (`twelcome_tip_file`)
|
||||||
REFERENCES `twelcome_tip` (`id`)
|
REFERENCES `twelcome_tip` (`id`)
|
||||||
ON DELETE CASCADE ON UPDATE CASCADE
|
ON DELETE CASCADE ON UPDATE CASCADE
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Table `tfavmenu_user`
|
-- Table `tfavmenu_user`
|
||||||
|
|
Loading…
Reference in New Issue