Commit c0efc9269810e3c39351040ced0c4972d5ea458a
1 parent
4987519d
Exists in
MarceloOracle2
Adequando p Oracle
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
bd/PenMetaBD.php
... | ... | @@ -357,6 +357,10 @@ class PenMetaBD extends InfraMetaBD { |
357 | 357 | if($n=='idx_md_pen_componente_digital_' && $strNomeTabela=='md_pen_componente_digital' && $strPk=='id_tramite'){ |
358 | 358 | $n="idx_md_pen_componente_digital4"; |
359 | 359 | } |
360 | + if($n=='idx_md_pen_tramite_recibo_envi' && $strNomeTabela=='md_pen_tramite_recibo_envio' && $strPk=='id_tramite'){ | |
361 | + $n="idx_md_pen_tramite_recibo_env2"; | |
362 | + } | |
363 | + //CREATE INDEX idx_md_pen_tramite_recibo_envi ON md_pen_tramite_recibo_envio(id_tramite) | |
360 | 364 | //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_tramite) |
361 | 365 | //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_documento) |
362 | 366 | //CREATE INDEX idx_md_pen_componente_digital_ ON md_pen_componente_digital(id_procedimento) | ... | ... |