Changed tlayout_template name table to varchar 600

This commit is contained in:
manuel.montes 2018-10-24 16:50:40 +02:00
parent 9d7f063ef2
commit 2e74cd53f1
1 changed files with 2 additions and 0 deletions

View File

@ -1740,6 +1740,8 @@ CREATE TABLE IF NOT EXISTS `tlayout_template` (
PRIMARY KEY(`id`)
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE tlayout_template MODIFY `name` varchar(600) NOT NULL;
-- ---------------------------------------------------------------------
-- Table `tlayout_template_data`
-- ---------------------------------------------------------------------