Commit 0a9075fded6dca3aeda73c34de43cc6fd46ff4e2
1 parent
059e97d6
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
... | ... | @@ -351,6 +351,10 @@ class PenMetaBD extends InfraMetaBD { |
351 | 351 | if($n=='idx_md_pen_componente_digital_' && $strNomeTabela=='md_pen_componente_digital' && $strPk=='id_procedimento'){ |
352 | 352 | $n="idx_md_pen_componente_digital2"; |
353 | 353 | } |
354 | + if($n=='idx_md_pen_componente_digital_' && $strNomeTabela=='md_pen_componente_digital' && $strPk=='id_documento'){ | |
355 | + $n="idx_md_pen_componente_digital3"; | |
356 | + } | |
357 | + //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_documento) | |
354 | 358 | //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_procedimento) |
355 | 359 | //CREATE INDEX idx_md_pen_rel_tarefa_operacao ON md_pen_rel_tarefa_operacao(codigo_operacao) |
356 | 360 | //CREATE INDEX idx_md_pen_rel_processo_apensa ON md_pen_rel_processo_apensado(id_procedimento_apensado) | ... | ... |