Commit c0f698706510b2d3d0f120ad499796ffd008d9f3

Authored by Adriano Vieira
1 parent b516e36c
Exists in master and in 1 other branch 3.1

- aumento de tamanho de campo (close #163)


git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@927 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
instalador/sql/cacic_create_tables.sql
... ... @@ -843,7 +843,7 @@ DEFAULT CHARACTER SET = latin1;
843 843 -- -----------------------------------------------------
844 844 CREATE TABLE IF NOT EXISTS `tipos_licenca` (
845 845 `id_tipo_licenca` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT ,
846   - `te_tipo_licenca` VARCHAR(20) NULL DEFAULT NULL ,
  846 + `te_tipo_licenca` VARCHAR(50) NULL DEFAULT NULL ,
847 847 PRIMARY KEY (`id_tipo_licenca`) )
848 848 ENGINE = InnoDB
849 849 AUTO_INCREMENT = 1
... ...