Commit b19d865919050eb93c5f234d6bf832056ac1b2c6

Authored by anderson.peterle@previdencia.gov.br
1 parent 4293a7bc
Exists in master and in 1 other branch 3.1

Redimensionamento do campo so->sg_so (sigla do S.O.) para 20

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@503 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
instalador/sql/cacic_create_tables.sql
... ... @@ -613,7 +613,7 @@ CREATE TABLE `redes_versoes_modulos` (
613 613 CREATE TABLE `so` (
614 614 `id_so` int(11) NOT NULL default '0',
615 615 `te_desc_so` varchar(50) default NULL,
616   - `sg_so` varchar(10) default NULL,
  616 + `sg_so` varchar(20) default NULL,
617 617 `te_so` varchar(50) NOT NULL default '',
618 618 PRIMARY KEY (`id_so`,`te_so`)
619 619 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
... ...