Commit fa7e101512d672621ad12035d2b106938be71e3e

Authored by Marcelo Linhares
1 parent 8f4c2e6a
Exists in MarceloOracle

Cortanto do tamanho dos idx para 30

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
bd/PenMetaBD.php
... ... @@ -334,7 +334,7 @@ class PenMetaBD extends InfraMetaBD {
334 334 $n = 'idx_'.$strNomeTabela.'_'.$strPk;
335 335 $n = substr($n, 0, 30);
336 336 if($n=='idx_md_pen_recibo_tramite_envi' && $strNomeTabela=='md_pen_recibo_tramite_enviado'){
337   - $n="idx_md_pen_recibo_tramite_env2"
  337 + $n="idx_md_pen_recibo_tramite_env2";
338 338 }
339 339 //idx_md_pen_recibo_tramite_envi ON md_pen_recibo_tramite_enviado(id_tramite)
340 340 $objInfraBanco->executarSql('CREATE INDEX '.$n.' ON '.$strNomeTabela.'('.$strPk.')');
... ...