Commit 059e97d61eedcbdff379b05fbcbab3e92b805126
1 parent
0c1d6781
Exists in
MarceloOracle
Cortanto do tamanho dos idx/table para 30
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
bd/PenMetaBD.php
... | ... | @@ -348,6 +348,10 @@ class PenMetaBD extends InfraMetaBD { |
348 | 348 | if($n=='idx_md_pen_rel_tarefa_operacao' && $strNomeTabela=='md_pen_rel_tarefa_operacao' && $strPk=='codigo_operacao'){ |
349 | 349 | $n="idx_md_pen_rel_tarefa_operaca2"; |
350 | 350 | } |
351 | + if($n=='idx_md_pen_componente_digital_' && $strNomeTabela=='md_pen_componente_digital' && $strPk=='id_procedimento'){ | |
352 | + $n="idx_md_pen_componente_digital2"; | |
353 | + } | |
354 | + //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_procedimento) | |
351 | 355 | //CREATE INDEX idx_md_pen_rel_tarefa_operacao ON md_pen_rel_tarefa_operacao(codigo_operacao) |
352 | 356 | //CREATE INDEX idx_md_pen_rel_processo_apensa ON md_pen_rel_processo_apensado(id_procedimento_apensado) |
353 | 357 | //CREATE INDEX idx_md_pen_recibo_tramite_rece ON md_pen_recibo_tramite_recebido(hash_assinatura) | ... | ... |