Commit 740851dc28fc8099a3fb3345fc7b9d5312ebb648
1 parent
0a9075fd
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
... | ... | @@ -354,6 +354,10 @@ class PenMetaBD extends InfraMetaBD { |
354 | 354 | if($n=='idx_md_pen_componente_digital_' && $strNomeTabela=='md_pen_componente_digital' && $strPk=='id_documento'){ |
355 | 355 | $n="idx_md_pen_componente_digital3"; |
356 | 356 | } |
357 | + if($n=='idx_md_pen_componente_digital_' && $strNomeTabela=='md_pen_componente_digital' && $strPk=='id_tramite'){ | |
358 | + $n="idx_md_pen_componente_digital4"; | |
359 | + } | |
360 | + //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_tramite) | |
357 | 361 | //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_documento) |
358 | 362 | //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_procedimento) |
359 | 363 | //CREATE INDEX idx_md_pen_rel_tarefa_operacao ON md_pen_rel_tarefa_operacao(codigo_operacao) | ... | ... |