Commit fd67a49c80046985075e967433a99cfcac436555
1 parent
fca6c3fa
Exists in
MarceloOracle
Cortanto do tamanho dos idx para 30
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
bd/PenMetaBD.php
... | ... | @@ -339,6 +339,10 @@ class PenMetaBD extends InfraMetaBD { |
339 | 339 | if($n=='idx_md_pen_recibo_tramite_rece' && $strNomeTabela=='md_pen_recibo_tramite_recebido' && $strPk=='numero_registro'){ |
340 | 340 | $n="idx_md_pen_recibo_tramite_rec2"; |
341 | 341 | } |
342 | + if($n=='idx_md_pen_recibo_tramite_rece' && $strNomeTabela=='md_pen_recibo_tramite_recebido' && $strPk=='hash_assinatura'){ | |
343 | + $n="idx_md_pen_recibo_tramite_rec3"; | |
344 | + } | |
345 | + //CREATE INDEX idx_md_pen_recibo_tramite_rece ON md_pen_recibo_tramite_recebido(hash_assinatura) | |
342 | 346 | //CREATE INDEX idx_md_pen_recibo_tramite_rece ON md_pen_recibo_tramite_recebido(numero_registro) |
343 | 347 | //idx_md_pen_recibo_tramite_env2 ON md_pen_recibo_tramite_enviado(numero_registro) |
344 | 348 | //idx_md_pen_recibo_tramite_envi ON md_pen_recibo_tramite_enviado(id_tramite) | ... | ... |